From 3a3947cd861ffaa08fb68ced510af1f55230defd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 12 Jun 2005 01:36:56 +0000 Subject: r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it running too long (This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b) --- source4/script/tests/test_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script/tests/test_local.sh') diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index 372067323f..b50ec58e0b 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -23,7 +23,7 @@ export SMBD_TEST_FIFO failed=0 for t in $local_tests; do name="$t" - testit "$name" $VALGRIND bin/smbtorture ncalrpc: $t "$*" || failed=`expr $failed + 1` + testit "$name" $VALGRIND bin/smbtorture $TORTURE_OPTIONS ncalrpc: $t "$*" || failed=`expr $failed + 1` done testok $0 $failed -- cgit