summaryrefslogtreecommitdiff
path: root/selftest/selftest.py
AgeCommit message (Expand)AuthorFilesLines
2013-05-14Export PROMOTED_DC related variableMatthieu Patou1-0/+6
2012-03-11selftest.py: Remove some unnecessary checks.Jelmer Vernooij1-6/+1
2012-03-11selftest.py: Move some infrastructure for running commands to selftest.run, w...Jelmer Vernooij1-37/+14
2012-03-06selftest.py: Only run teardown_all when actually relevant.Jelmer Vernooij1-3/+1
2012-03-05selftest.run: Factor out read_testlist_file and open_file_or_pipe.Jelmer Vernooij1-17/+8
2012-03-05selftest.run: Factor out exported_envvars_str.Jelmer Vernooij1-12/+2
2012-03-05selfclient.client: Factor out write_clientconf.Jelmer Vernooij1-62/+3
2012-03-05selftest.run: Factor out expand_command_run.Jelmer Vernooij1-16/+6
2012-03-05selftest.run: Factor out expand_command_list.Jelmer Vernooij1-4/+6
2012-03-05selftest: Factor out expand_environment_strings.Jelmer Vernooij1-10/+2
2012-03-04selftest.py: Remove unused --verbose option.Jelmer Vernooij1-5/+0
2012-03-04selftest.py: Remove unused code, reconcile signal handlers.Jelmer Vernooij1-19/+16
2012-03-04selftest.py: Fix handling of boolean options.Jelmer Vernooij1-10/+12
2012-03-04selftest.py: Fix signal handling.Jelmer Vernooij1-2/+4
2012-03-04selftest: Now runs again for tests that use environment 'none'.Jelmer Vernooij1-41/+68
2012-03-04selftest.py: Finish conversion to python - now loads without syntax errors.Jelmer Vernooij1-63/+89
2012-03-04selftest.testlist: Add RestrictedTestManager.from_path.Jelmer Vernooij1-37/+19
2012-03-04selftest: More work on conversion to Python.Jelmer Vernooij1-806/+482
2012-03-04selftest: Add selftest.py.Jelmer Vernooij1-0/+944