summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/tests')
-rw-r--r--source3/script/tests/test_functions.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/script/tests/test_functions.sh b/source3/script/tests/test_functions.sh
index 6ad1c6951b..4e3b8ce7db 100644
--- a/source3/script/tests/test_functions.sh
+++ b/source3/script/tests/test_functions.sh
@@ -161,10 +161,7 @@ testit() {
return 1
fi
- if [ -z "$TORTURE_MAXTIME" ];then
- TORTURE_MAXTIME=300
- fi
- ( timelimit $TORTURE_MAXTIME $cmdline > $TEST_LOG 2>&1 )
+ ( $cmdline > $TEST_LOG 2>&1 )
status=$?
if [ x"$status" != x"0" ]; then
echo "TEST OUTPUT:"