summaryrefslogtreecommitdiffstats
path: root/selftest/selftest.py
Commit message (Collapse)AuthorAgeFilesLines
* Use samba.subunit in selftest/selftest.py.Jelmer Vernooij2015-03-061-1/+1
| | | | | | Change-Id: I804c16cdfcfddc5643a5af158ee62c4ddf478979 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* selftest: Fix a typo (SIGTERm --> SIGTERM)Amitay Isaacs2014-07-291-1/+1
| | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Jul 29 17:09:00 CEST 2014 on sn-devel-104
* selftest: use MALLOC_CHECK_=3 to give a diagnostic on failureGregor Beck2013-12-111-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 variableMatthieu Patou2013-05-141-0/+6
| | | | | | Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* selftest.py: Remove some unnecessary checks.Jelmer Vernooij2012-03-111-6/+1
|
* selftest.py: Move some infrastructure for running commands to selftest.run, ↵Jelmer Vernooij2012-03-111-37/+14
| | | | with tests.
* 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
| | | | | 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 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