gdb/testsuite:
authorYao Qi <yao@codesourcery.com>
Wed, 26 Sep 2012 06:53:46 +0000 (06:53 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 26 Sep 2012 06:53:46 +0000 (06:53 +0000)
* gdb.mi/mi2-cli.exp:  Avoid line number in test summary.

Revert:
2012-09-21  Yao Qi  <yao@codesourcery.com>

* gdb.mi/mi2-cli.exp: Remove redundant '\'.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi2-cli.exp

index 5e2bc5f..94ef1f4 100644 (file)
@@ -1,3 +1,12 @@
+2012-09-26  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.mi/mi2-cli.exp:  Avoid line number in test summary.
+
+       Revert:
+       2012-09-21  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.mi/mi2-cli.exp: Remove redundant '\'.
+
 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        * gdb.base/longest-types.c: New test case.
index 892e457..03ede23 100644 (file)
@@ -154,11 +154,11 @@ mi_execute_to "interpreter-exec console step" $reason "callee4" "" ".*basics.c"
 
 mi_gdb_test "600-break-insert -t basics.c:$line_main_hello" \
        {600\^done,bkpt=.number="3",type="breakpoint".*\}} \
-       "-break-insert -t basics.c:$line_main_hello"
+       "-break-insert -t basics.c:\$line_main_hello"
 
 mi_execute_to "exec-continue" "breakpoint-hit" "main" "" ".*basics.c" \
     $line_main_hello { "" "disp=\"del\"" } \
-    "-exec-continue to line $line_main_hello"
+    "-exec-continue to line \$line_main_hello"
 
 # Test that the token is output even for CLI commands
 # Also test that *stopped includes frame information.