Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | selftest: Place the test environment at the end of the failure lines | Andrew Bartlett | 2012-04-27 | 1 | -5/+5 |
| | | | | | | | This allows a knownfail entry to be added for only one environment, rather than all environments. Andrew Bartlett | ||||
* | selftest: Remove unused support for --exeext | Andrew Bartlett | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | selftesthelpers: write warnings to stderr rather than stdout. | Jelmer Vernooij | 2011-11-30 | 1 | -2/+3 |
| | |||||
* | selftesthelpers: Revert perl changes, add comment on why the original code ↵ | Jelmer Vernooij | 2011-11-14 | 1 | -3/+4 |
| | | | | was necessary. | ||||
* | selftesthelpers: Cope with empty binary mappings list, simplify handling of ↵ | Jelmer Vernooij | 2011-11-14 | 1 | -5/+7 |
| | | | | perl. | ||||
* | selftest/selftesthelpers.py: construct a fullname with env in ↵ | Stefan Metzmacher | 2011-11-14 | 1 | -1/+5 |
| | | | | | | | | plantestsuite_idlist() Like we already do for plantestsuite_loadlist() metze | ||||
* | selftest: planpythontestsuite() should fill 'name' is it's None | Stefan Metzmacher | 2011-11-14 | 1 | -0/+2 |
| | | | | | | Otherwise make test shows tests with name "None". metze | ||||
* | selftesthelpers: Fix syntax error. | Jelmer Vernooij | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | selftest: Allow passing arbitrary number of additional python path values. | Jelmer Vernooij | 2011-11-10 | 1 | -4/+2 |
| | |||||
* | selftest: re-implement directory option for planpythontestsuite. | Jelmer Vernooij | 2011-11-10 | 1 | -7/+11 |
| | |||||
* | Revert "test: added directory option to planpythontestsuite()" | Jelmer Vernooij | 2011-11-10 | 1 | -12/+5 |
| | | | | | | This reverts commit b0be72d5080aed3da3f33a45b72f88e90fbe3d13. I'll add an alternative that uses subunit.run. | ||||
* | test: added directory option to planpythontestsuite() | Andrew Tridgell | 2011-11-10 | 1 | -5/+12 |
| | | | | Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | ||||
* | selftest: Start using the binary mapping at the python layer as well | Andrew Bartlett | 2011-04-16 | 1 | -0/+10 |
| | |||||
* | selftest: Remove duplication between BUILDIR and BINDIR | Andrew Bartlett | 2011-04-16 | 1 | -1/+1 |
| | | | | | | Just have BINDIR, and have it default to ./bin Andrew Bartlett | ||||
* | selftest: Provide a single bindir_path function across all targets | Andrew Bartlett | 2011-04-16 | 1 | -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 | ||||
* | selftest split $PERL into multiple arguments for Test::More check | Andrew Bartlett | 2011-02-22 | 1 | -2/+3 |
| | |||||
* | selftest move selftesthelpers to a top level helper script | Andrew Bartlett | 2011-02-22 | 1 | -0/+156 |