Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | selftest: use MALLOC_CHECK_=3 to give a diagnostic on failure | Gregor Beck | 2013-12-11 | 1 | -1/+1 |
| | | | | | | | | | | With MALLOC_CHECK_ set to 2 in case of a failure abort() is called silently which hopefully creates a core dump. MALLOC_CHECK_=3 additionally gives an error message on stderr in case. Signed-off-by: Gregor Beck <gbeck@sernet.de> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | ||||
* | Export PROMOTED_DC related variable | Matthieu Patou | 2013-05-14 | 1 | -0/+6 |
| | | | | | | Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | selftest.py: Remove some unnecessary checks. | Jelmer Vernooij | 2012-03-11 | 1 | -6/+1 |
| | |||||
* | selftest.py: Move some infrastructure for running commands to selftest.run, ↵ | Jelmer Vernooij | 2012-03-11 | 1 | -37/+14 |
| | | | | with tests. | ||||
* | selftest.py: Only run teardown_all when actually relevant. | Jelmer Vernooij | 2012-03-06 | 1 | -3/+1 |
| | |||||
* | selftest.run: Factor out read_testlist_file and open_file_or_pipe. | Jelmer Vernooij | 2012-03-05 | 1 | -17/+8 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Mar 5 05:42:19 CET 2012 on sn-devel-104 | ||||
* | selftest.run: Factor out exported_envvars_str. | Jelmer Vernooij | 2012-03-05 | 1 | -12/+2 |
| | |||||
* | selfclient.client: Factor out write_clientconf. | Jelmer Vernooij | 2012-03-05 | 1 | -62/+3 |
| | |||||
* | selftest.run: Factor out expand_command_run. | Jelmer Vernooij | 2012-03-05 | 1 | -16/+6 |
| | |||||
* | selftest.run: Factor out expand_command_list. | Jelmer Vernooij | 2012-03-05 | 1 | -4/+6 |
| | |||||
* | selftest: Factor out expand_environment_strings. | Jelmer Vernooij | 2012-03-05 | 1 | -10/+2 |
| | |||||
* | selftest.py: Remove unused --verbose option. | Jelmer Vernooij | 2012-03-04 | 1 | -5/+0 |
| | |||||
* | selftest.py: Remove unused code, reconcile signal handlers. | Jelmer Vernooij | 2012-03-04 | 1 | -19/+16 |
| | |||||
* | selftest.py: Fix handling of boolean options. | Jelmer Vernooij | 2012-03-04 | 1 | -10/+12 |
| | |||||
* | selftest.py: Fix signal handling. | Jelmer Vernooij | 2012-03-04 | 1 | -2/+4 |
| | |||||
* | selftest: Now runs again for tests that use environment 'none'. | Jelmer Vernooij | 2012-03-04 | 1 | -41/+68 |
| | |||||
* | selftest.py: Finish conversion to python - now loads without syntax errors. | Jelmer Vernooij | 2012-03-04 | 1 | -63/+89 |
| | |||||
* | selftest.testlist: Add RestrictedTestManager.from_path. | Jelmer Vernooij | 2012-03-04 | 1 | -37/+19 |
| | |||||
* | selftest: More work on conversion to Python. | Jelmer Vernooij | 2012-03-04 | 1 | -806/+482 |
| | |||||
* | selftest: Add selftest.py. | Jelmer Vernooij | 2012-03-04 | 1 | -0/+944 |