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:
parent
18e93247aa
commit
97bfe0d0a0
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user