summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-25 11:34:44 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-25 11:34:44 +0100
commit1f635e3888d51641a414f84f7402f249de287a74 (patch)
treebf7cc6fa286c4209d2d9e95a015033c9115b19d7 /source3/script/tests
parentc7522804a57e839334e8165c8a2f14d1948ff450 (diff)
downloadsamba-1f635e3888d51641a414f84f7402f249de287a74.tar.gz
samba-1f635e3888d51641a414f84f7402f249de287a74.tar.bz2
samba-1f635e3888d51641a414f84f7402f249de287a74.zip
make test: pass --option=torture:sharedelay=100000 to samba4 smbtorture
BASE-DEFER_OPEN is now more strict with incorrect timing metze (This used to be commit 9b761062df80c45bf2b76af071131d0c78e94a09)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_posix_s3.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh
index 91863b7a6b..7b4c0224ba 100755
--- a/source3/script/tests/test_posix_s3.sh
+++ b/source3/script/tests/test_posix_s3.sh
@@ -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