summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
AgeCommit message (Collapse)AuthorFilesLines
2011-11-10Revert "test: added directory option to planpythontestsuite()"Jelmer Vernooij1-12/+5
This reverts commit b0be72d5080aed3da3f33a45b72f88e90fbe3d13. I'll add an alternative that uses subunit.run.
2011-11-10test: added directory option to planpythontestsuite()Andrew Tridgell1-5/+12
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
2011-04-16selftest: Start using the binary mapping at the python layer as wellAndrew Bartlett1-0/+10
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett1-1/+1
Just have BINDIR, and have it default to ./bin Andrew Bartlett
2011-04-16selftest: Provide a single bindir_path function across all targetsAndrew Bartlett1-2/+2
This will allow a mapping to be made between things like smbtorture4 -> smbtorture that is correct for the different build environments. Andrew Bartlett
2011-02-22selftest split $PERL into multiple arguments for Test::More checkAndrew Bartlett1-2/+3
2011-02-22selftest move selftesthelpers to a top level helper scriptAndrew Bartlett1-0/+156