diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-03 11:32:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:52 -0500 |
commit | 97bfe0d0a0da8a4476db25918e268ee466a974c3 (patch) | |
tree | c2aad0c0aa9f8a54fff0b784a489bf1149176ed5 /source3 | |
parent | 18e93247aa417eaf7c8fbf649ce45726ccba7433 (diff) | |
download | samba-97bfe0d0a0da8a4476db25918e268ee466a974c3.tar.gz samba-97bfe0d0a0da8a4476db25918e268ee466a974c3.tar.bz2 samba-97bfe0d0a0da8a4476db25918e268ee466a974c3.zip |
r14884: this doesn't work and causes processes to be left when using ctrl-c (SIGINT)
metze
(This used to be commit 1ac5351646b18f28b1f9ed477b6e6046e1bdf783)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/script/tests/test_functions.sh | 5 |
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:" |