1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r14884: this doesn't work and causes processes to be left when using ctrl-c (SIGINT)

metze
(This used to be commit 1ac5351646)
This commit is contained in:
Stefan Metzmacher 2006-04-03 11:32:57 +00:00 committed by Gerald (Jerry) Carter
parent 18e93247aa
commit 97bfe0d0a0

View File

@ -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:"