summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-04-03 11:32:57 +0000
committerStefan Metzmacher <metze@samba.org>2006-04-03 11:32:57 +0000
commit876ead909cd8607a248b70b419de7d7a4134b235 (patch)
tree91dc40185589164727a7022f99f90363a8279d23 /source
parente9e57f44012e502612c2c71cc08ae259f84aacbd (diff)
downloadsamba-876ead909cd8607a248b70b419de7d7a4134b235.tar.gz
samba-876ead909cd8607a248b70b419de7d7a4134b235.tar.xz
samba-876ead909cd8607a248b70b419de7d7a4134b235.zip
r14884: this doesn't work and causes processes to be left when using ctrl-c (SIGINT)
metze
Diffstat (limited to 'source')
-rw-r--r--source/script/tests/test_functions.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/script/tests/test_functions.sh b/source/script/tests/test_functions.sh
index 6ad1c6951b3..4e3b8ce7db8 100644
--- a/source/script/tests/test_functions.sh
+++ b/source/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:"