diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-09 16:57:45 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-10 03:04:06 +0100 |
commit | 365cfb1c323cd3a24ff0caf1929674910095b4c6 (patch) | |
tree | 5a462943aa27bd0636c333a4d5b21ad478e488d2 /source4/selftest | |
parent | 5f6dd9a608271948bb1d4a1fb975e889db70512c (diff) | |
download | samba-365cfb1c323cd3a24ff0caf1929674910095b4c6.tar.gz samba-365cfb1c323cd3a24ff0caf1929674910095b4c6.tar.bz2 samba-365cfb1c323cd3a24ff0caf1929674910095b4c6.zip |
smbtorture: Rename --list to --list-suites, add stub --list.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index eb8fd8e90f..f855c02b0e 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -134,7 +134,7 @@ samba4srcdir = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__f builddir = os.getenv("BUILDDIR", samba4srcdir) samba4bindir = os.path.normpath(os.path.join(builddir, "bin")) smb4torture = binpath("smbtorture") -smb4torture_testsuite_list = subprocess.Popen([smb4torture, "--list"], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate("")[0].splitlines() +smb4torture_testsuite_list = subprocess.Popen([smb4torture, "--list-suites"], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate("")[0].splitlines() validate = os.getenv("VALIDATE", "") if validate: validate_list = [validate] |