summaryrefslogtreecommitdiff
path: root/selftest/selftest.py
Commit message (Expand)AuthorAgeFilesLines
* selftest: Remove binary mappings from the build system.Adrian Cochrane2015-06-081-10/+2
* selftest: rename env dc to ad_dc_ntvfsMichael Adam2015-03-161-1/+1
* Use samba.subunit in selftest/selftest.py.Jelmer Vernooij2015-03-061-1/+1
* selftest: Fix a typo (SIGTERm --> SIGTERM)Amitay Isaacs2014-07-291-1/+1
* selftest: use MALLOC_CHECK_=3 to give a diagnostic on failureGregor Beck2013-12-111-1/+1
* Export PROMOTED_DC related variableMatthieu Patou2013-05-141-0/+6
* selftest.py: Remove some unnecessary checks.Jelmer Vernooij2012-03-111-6/+1
* selftest.py: Move some infrastructure for running commands to selftest.run, w...Jelmer Vernooij2012-03-111-37/+14
* selftest.py: Only run teardown_all when actually relevant.Jelmer Vernooij2012-03-061-3/+1
* selftest.run: Factor out read_testlist_file and open_file_or_pipe.Jelmer Vernooij2012-03-051-17/+8
* selftest.run: Factor out exported_envvars_str.Jelmer Vernooij2012-03-051-12/+2
* selfclient.client: Factor out write_clientconf.Jelmer Vernooij2012-03-051-62/+3
* selftest.run: Factor out expand_command_run.Jelmer Vernooij2012-03-051-16/+6
* selftest.run: Factor out expand_command_list.Jelmer Vernooij2012-03-051-4/+6
* selftest: Factor out expand_environment_strings.Jelmer Vernooij2012-03-051-10/+2
* selftest.py: Remove unused --verbose option.Jelmer Vernooij2012-03-041-5/+0
* selftest.py: Remove unused code, reconcile signal handlers.Jelmer Vernooij2012-03-041-19/+16
* selftest.py: Fix handling of boolean options.Jelmer Vernooij2012-03-041-10/+12
* selftest.py: Fix signal handling.Jelmer Vernooij2012-03-041-2/+4
* selftest: Now runs again for tests that use environment 'none'.Jelmer Vernooij2012-03-041-41/+68
* selftest.py: Finish conversion to python - now loads without syntax errors.Jelmer Vernooij2012-03-041-63/+89
* selftest.testlist: Add RestrictedTestManager.from_path.Jelmer Vernooij2012-03-041-37/+19
* selftest: More work on conversion to Python.Jelmer Vernooij2012-03-041-806/+482
* selftest: Add selftest.py.Jelmer Vernooij2012-03-041-0/+944