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