Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / actions.exp
index c4d16054ca8dd20a7ffd0615e06e6ed308846e10..f02890ad3ee03fce785e8d22af131b6184608943 100644 (file)
@@ -39,7 +39,7 @@ gdb_file_cmd $binfile
 
 set baseline  [gdb_find_recursion_test_baseline $srcfile]
 if { $baseline == -1 } then {
-    fail "Could not find gdb_recursion_test function"
+    fail "could not find gdb_recursion_test function"
     return
 }
 
@@ -243,7 +243,7 @@ gdb_load $binfile
 gdb_breakpoint "main"
 gdb_run_cmd
 if {[gdb_test "" "Breakpoint .*"] != 0} {
-    fail "Can't run to main"
+    fail "can't run to main"
     return -1
 }
 
This page took 0.025495 seconds and 4 git commands to generate.