summaryrefslogtreecommitdiff
path: root/test/pacman/pmtest.py
Commit message (Expand)AuthorAge
* pmtest: add memory check to tests with valgrindAndrew Gregory2014-02-04
* pmtest: use valgrind --child-silent-after-forkAndrew Gregory2014-01-28
* pmtest: use --gen-suppression=all with valgrindAndrew Gregory2014-01-28
* pmtest: send valgrind output to var/log/valgrindAndrew Gregory2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Use the 'configure'd PYTHON to run pactest.Jeremy Heiner2013-12-21
* Use dict iteration methods common to both Python 2 and 3.Jeremy Heiner2013-10-14
* Use Python's "0o#" octal literal instead of deprecated "0#".Jeremy Heiner2013-10-14
* Use "exec" instead of "execfile" (deprecated in Python 3).Jeremy Heiner2013-10-14
* convert pactest to TAP outputAndrew Gregory2013-08-21
* pactest: treat unknown rules as failuresAndrew Gregory2013-08-21
* pmtest: set LC_ALL=C in subprocess.callAndrew Gregory2013-05-29
* pmpkg: add missing directories to test packagesAndrew Gregory2013-03-10
* pmtest: install filesystem entries before packagesAndrew Gregory2013-02-16
* Print a warning if fakechroot is not foundChirantan Ekbote2013-02-07
* Make path to ldconfig configurableAllan McRae2013-01-28
* pactest: handle non-default scriptlet shellsAllan McRae2013-01-28
* Revert execvp and related commitsAllan McRae2013-01-28
* pmtest: resolve path to scriptlet shellAllan McRae2013-01-17
* Merge branch 'maint'Dan McGee2012-09-18
|\
| * pactest: allow running with valgrind from any directoryAllan McRae2012-09-18
* | Point python shebangs at python2Allan McRae2012-03-08
|/
* pactest: remove PACMAN_OUTPUT from ldconfig testsDan McGee2011-09-01
* Fix trailing whitespace in whole codebaseDan McGee2011-08-17
* pactest: use subprocess module instead of os.systemDan McGee2011-08-02
* pactest: create packages in memoryDan McGee2011-06-30
* pactest: generate sync DB's in memoryDan McGee2011-06-24
* pactest: make pmfile a bit more pythonicDan McGee2011-06-24
* pactest: small cleanups and chmod -x most filesDan McGee2011-06-24
* pactest: allow checking for cache file existenceDan McGee2011-01-31
* pactest: pass entire test to rule.check()Dan McGee2011-01-29
* pactest: use new-style python classesDan McGee2011-01-22
* pactest: revamp modified logicDan McGee2011-01-22
* pactest: pylint changes for pmtestDan McGee2011-01-22
* pactest: allow testing of package descriptionDan McGee2010-12-21
* pactest: use valgrind.supp fileXavier Chantry2010-10-18
* pactest: fix gensyncXavier Chantry2010-10-11
* Merge branch 'maint'Dan McGee2010-08-27
|\
| * pactest: add shell to fake root environmentJonathan Conder2010-08-27
* | Remove DBEXT usageAllan McRae2010-07-07
|/
* Move pacman test suiteAllan McRae2010-06-02