summaryrefslogtreecommitdiff
path: root/pactest/pmpkg.py
Commit message (Collapse)AuthorAge
* * Fixed an issue with globbing the --test argumentAaron Griffin2007-03-05
| | | | | | | | | * 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
* * Prevent this error when creating empty packages.Dan McGee2007-02-27
| | | | | tar: *: Cannot stat: No such file or directory tar: Error exit delayed from previous errors
* * Fixed a pacman warning when these fake packages didn't create an (empty)Aaron Griffin2007-02-27
| | | | .FILELIST
* * Indentation changes - 4 spaces for python, we standardized this before (andAaron Griffin2007-02-21
| | | | | it's a PEP) * Modified some sync tests
* Added pactest to repository, from Aurelien Foret:Aaron Griffin2006-10-15
http://aurelien.foret.free.fr/archlinux/pactest/