OSDN Git Service

* lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
authorcorinna <corinna>
Fri, 13 Sep 2002 17:20:10 +0000 (17:20 +0000)
committercorinna <corinna>
Fri, 13 Sep 2002 17:20:10 +0000 (17:20 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index 43c995c..8911527 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
+
+       * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
+
 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
 
        * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
index f4ddc63..7e4a5b1 100644 (file)
@@ -1665,7 +1665,7 @@ proc gdb_continue_to_end {mssg} {
     # Don't bother to check the output of the program, that may be
     # extremely tough for some remote systems.
     gdb_test "continue"\
-      "Continuing.\[\r\n0-9\]+(... EXIT code 0\[\r\n\]+|)Program exited normally\\..*"\
+      "Continuing.\[\r\n0-9\]+(... EXIT code 0\[\r\n\]+|Program exited normally\\.).*"\
       "continue until exit at $mssg"
   }
 }