summaryrefslogtreecommitdiffstats
path: root/test/pacman/pmtest.py
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-21Use the 'configure'd PYTHON to run pactest.Jeremy Heiner1-2/+0
2013-10-14Use dict iteration methods common to both Python 2 and 3.Jeremy Heiner1-3/+3
2013-10-14Use Python's "0o#" octal literal instead of deprecated "0#".Jeremy Heiner1-1/+1
2013-10-14Use "exec" instead of "execfile" (deprecated in Python 3).Jeremy Heiner1-1/+2
2013-08-21convert pactest to TAP outputAndrew Gregory1-12/+10
2013-08-21pactest: treat unknown rules as failuresAndrew Gregory1-3/+1
2013-05-29pmtest: set LC_ALL=C in subprocess.callAndrew Gregory1-1/+1
2013-03-10pmpkg: add missing directories to test packagesAndrew Gregory1-0/+3
2013-02-16pmtest: install filesystem entries before packagesAndrew Gregory1-3/+3
2013-02-07Print a warning if fakechroot is not foundChirantan Ekbote1-1/+3
2013-01-28Make path to ldconfig configurableAllan McRae1-3/+4
2013-01-28pactest: handle non-default scriptlet shellsAllan McRae1-2/+8
2013-01-28Revert execvp and related commitsAllan McRae1-19/+2
2013-01-17pmtest: resolve path to scriptlet shellAllan McRae1-2/+19
2012-09-18Merge branch 'maint'Dan McGee1-1/+4
2012-09-18pactest: allow running with valgrind from any directoryAllan McRae1-1/+4
2012-03-09Point python shebangs at python2Allan McRae1-1/+1
2011-09-01pactest: remove PACMAN_OUTPUT from ldconfig testsDan McGee1-1/+6
2011-08-18Fix trailing whitespace in whole codebaseDan McGee1-2/+2
2011-08-02pactest: use subprocess module instead of os.systemDan McGee1-23/+23
2011-06-30pactest: create packages in memoryDan McGee1-7/+2
2011-06-24pactest: generate sync DB's in memoryDan McGee1-18/+4
2011-06-24pactest: make pmfile a bit more pythonicDan McGee1-1/+1
2011-06-24pactest: small cleanups and chmod -x most filesDan McGee1-19/+0
2011-01-31pactest: allow checking for cache file existenceDan McGee1-1/+18
2011-01-29pactest: pass entire test to rule.check()Dan McGee1-1/+1
2011-01-22pactest: use new-style python classesDan McGee1-1/+1
2011-01-22pactest: revamp modified logicDan McGee1-2/+10
2011-01-22pactest: pylint changes for pmtestDan McGee1-38/+42
2010-12-21pactest: allow testing of package descriptionDan McGee1-6/+1
2010-10-18pactest: use valgrind.supp fileXavier Chantry1-1/+1
2010-10-11pactest: fix gensyncXavier Chantry1-5/+7
2010-08-27Merge branch 'maint'Dan McGee1-1/+4
2010-08-27pactest: add shell to fake root environmentJonathan Conder1-1/+4
2010-07-07Remove DBEXT usageAllan McRae1-1/+1
2010-06-02Move pacman test suiteAllan McRae1-0/+265