be a little looser in checking for tail output
authorKen Raeburn <raeburn@mit.edu>
Tue, 6 Jan 2009 21:48:24 +0000 (21:48 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 6 Jan 2009 21:48:24 +0000 (21:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21711 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/default.exp

index fc8a507300411aec39a6ca49e994915950bd37be..d76ad4c116f771acd33074e24d13ce433a38d4a8 100644 (file)
@@ -1662,12 +1662,12 @@ proc start_tail { fname spawnid_var pid_var which standalone } {
 
     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