svn commit: samba r14884 - in branches/SAMBA_3_0/source/script/tests: .

metze at samba.org metze at samba.org
Mon Apr 3 11:32:57 GMT 2006


Author: metze
Date: 2006-04-03 11:32:57 +0000 (Mon, 03 Apr 2006)
New Revision: 14884

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14884

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

metze
Modified:
   branches/SAMBA_3_0/source/script/tests/test_functions.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/test_functions.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/test_functions.sh	2006-04-03 10:43:34 UTC (rev 14883)
+++ branches/SAMBA_3_0/source/script/tests/test_functions.sh	2006-04-03 11:32:57 UTC (rev 14884)
@@ -161,10 +161,7 @@
 		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:"



More information about the samba-cvs mailing list