summaryrefslogtreecommitdiff
path: root/test/pacman/pmtest.py
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Update copyright years for 2016Allan McRae2016-01-04
* pactest: add hook/script supportAndrew Gregory2015-10-18
* util.py: return the created pathAndrew Gregory2015-10-18
* pactest: use pacman --hookdir optionAndrew Gregory2015-10-18
* Update copyright notices for 2015Allan McRae2015-02-01
* pmtest: make test paths easily available to testsAndrew Gregory2014-11-04
* pmtest: allow tests to specify test binaryAndrew Gregory2014-10-13
* pacman: add --confirm optionAndrew Gregory2014-10-13
* pmtest: allow tests to specify db versionAndrew Gregory2014-10-13
* Check the version of the local database during validationAllan McRae2014-09-23
* Add version file to empty local databaseAllan McRae2014-09-23
* pactest: only snapshot needed filesAndrew Gregory2014-08-04
* 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