svn commit: samba r14885 - in trunk/source/script/tests: .

metze at samba.org metze at samba.org
Mon Apr 3 11:33:20 GMT 2006


Author: metze
Date: 2006-04-03 11:33:18 +0000 (Mon, 03 Apr 2006)
New Revision: 14885

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

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

metze
Modified:
   trunk/source/script/tests/test_functions.sh


Changeset:
Modified: trunk/source/script/tests/test_functions.sh
===================================================================
--- trunk/source/script/tests/test_functions.sh	2006-04-03 11:32:57 UTC (rev 14884)
+++ trunk/source/script/tests/test_functions.sh	2006-04-03 11:33:18 UTC (rev 14885)
@@ -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