svn rev #21711: trunk/src/tests/dejagnu/config/

raeburn@MIT.EDU raeburn at MIT.EDU
Tue Jan 6 16:48:25 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21711
Commit By: raeburn
Log Message:
be a little looser in checking for tail output


Changed Files:
U   trunk/src/tests/dejagnu/config/default.exp
Modified: trunk/src/tests/dejagnu/config/default.exp
===================================================================
--- trunk/src/tests/dejagnu/config/default.exp	2009-01-06 21:47:05 UTC (rev 21710)
+++ trunk/src/tests/dejagnu/config/default.exp	2009-01-06 21:48:24 UTC (rev 21711)
@@ -1662,12 +1662,12 @@
 
     set p 0
     set otimeout $timeout
-    set timeout 1
+    set timeout 3
     set ok 0
     while { $ok == 0 && $p < 3 } {
 	expect {
 	    -i $spawn_id
-	    -ex "$markstr\r\n" { set ok 1 }
+	    -ex "$markstr" { set ok 1 }
 	    -re "\[^\r\n\]*\r\n" { exp_continue }
 	    timeout {
 		# Some versions of GNU tail had a race condition where




More information about the cvs-krb5 mailing list