diff options
author | Günther Deschner <gd@samba.org> | 2011-02-17 01:12:04 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-17 02:01:56 +0100 |
commit | 78c4b2170eaa29f38d9b2904c8a6e71edfeb831b (patch) | |
tree | c4f736658b2b2fe89b0e5957d123e126f4bfdf9e | |
parent | a759b1a3ca0750cf6637f9541ee1109d14707fd8 (diff) | |
download | samba-78c4b2170eaa29f38d9b2904c8a6e71edfeb831b.tar.gz samba-78c4b2170eaa29f38d9b2904c8a6e71edfeb831b.tar.bz2 samba-78c4b2170eaa29f38d9b2904c8a6e71edfeb831b.zip |
s3-selftest: make sure we really use --format=subunit when calling smbtorture4.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Feb 17 02:01:56 CET 2011 on sn-devel-104
-rwxr-xr-x | source3/selftest/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh index 7603602c2f..092e75864f 100755 --- a/source3/selftest/tests.sh +++ b/source3/selftest/tests.sh @@ -174,7 +174,7 @@ plantest "blackbox.testparm" dc:local LOCAL_PATH="$LOCAL_PATH" BINDIR="$BINDIR" if [ -n "$SELFTEST_VERBOSE" ]; then TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=torture:progress=no" fi - TORTURE_OPTIONS="$TORTURE4_OPTIONS --format=subunit" + TORTURE4_OPTIONS="$TORTURE4_OPTIONS --format=subunit" if [ -n "$SELFTEST_QUICK" ]; then TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=torture:quick=yes" fi |