diff options
Diffstat (limited to 'source4')
-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 da5df978b1..3d3ac34209 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -146,7 +146,7 @@ if sub.returncode != 0: else: tap2subunit = "tap2subunit" -subprocess.check_call([smb4torture, "-V"]) +subprocess.call([smb4torture, "-V"]) bbdir = "../testprogs/blackbox" |