index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-06 | Fix sync db location in pactest so new location is acceptable | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-05 | * Fixed an issue with globbing the --test argument | Aaron Griffin | |
* Added a custom 'mkdir' function which makes parents and doesn't fail on existence * Added output for 'SKIP' messages (it did not indicate WHY it was skipped) * Added the ability to generate DB packages in the sync dir (not the cache dir) for testing downloading. (self.cachepkgs = False) * Added pmtest.path for the full path to the package file | |||
2007-02-28 | * Unifying placement of REPLACES in desc file, as pacman2 does. We'll worry | Dan McGee | |
about bigger DB changes later, but lets not screw anything up for release. * Removed some weird uses of "not ... ==" usage in pactest- correct me if I'm wrong, but isn't "!=" a lot more clean and concise? * Print description of failed tests in the pactest summary. This could get dirty with a lot of failed tests though, so watch out. | |||
2007-02-26 | * Writing 'replaces' info to both /desc and /depends files for testing - see the | Aaron Griffin | |
"replaces confusion" thread on pacman-dev for more information * Cleaned up some 2 item loops in the sync131 test | |||
2007-02-26 | * corrected (IMO) --debug usage with pactest. --debug is now passed straight | Aaron Griffin | |
through to pacman, whereas --verbose affects the pactest output - this cleans up the standard test output significantly * sorted tests a bit better, sectioning off failed tests AFTER successful tests, to make it easier to see what failed at a glance * added a 'testname' member to pmtest, which strips path info (cleaner output) | |||
2007-02-21 | * Indentation changes - 4 spaces for python, we standardized this before (and | Aaron Griffin | |
it's a PEP) * Modified some sync tests | |||
2006-10-15 | Added pactest to repository, from Aurelien Foret: | Aaron Griffin | |
http://aurelien.foret.free.fr/archlinux/pactest/ |