make test: pass --option=torture:sharedelay=100000 to samba4 smbtorture
authorStefan Metzmacher <metze@samba.org>
Mon, 25 Feb 2008 10:34:44 +0000 (11:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Feb 2008 10:34:44 +0000 (11:34 +0100)
BASE-DEFER_OPEN is now more strict with incorrect timing

metze

source/script/tests/test_posix_s3.sh

index 91863b7a6bf68f85130b7aad9b645f6ebdc2c9cf..7b4c0224ba5a22942b78c56380dd35de8239eec7 100755 (executable)
@@ -54,6 +54,8 @@ skipped="$skipped RAW-SFILEINFO"
 
 echo "WARNING: Skipping tests $skipped"
 
+ADDARGS="$ADDARGS --option=torture:sharedelay=100000"
+
 failed=0
 for t in $tests; do
     if [ ! -z "$start" -a "$start" != $t ]; then