Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / infotrace.exp
index 7ba212a38a8ce97e9a17a8f0eb1c6886eb1c16f7..1561ead24b06c7e8dc197fc63531f14851ceb771 100644 (file)
@@ -102,12 +102,12 @@ gdb_trace_setactions "collect on tracepoint 1" "1" \
        "collect gdb_struct1_test" "^$"
 gdb_run_cmd
 if {[gdb_test "" "Breakpoint ${decimal}, main.*"] != 0} {
-    fail "Can't run to main"
+    fail "can't run to main"
     return -1
 }
 
 if { ![gdb_target_supports_trace] } then {
-    unsupported "Current target does not support trace"
+    unsupported "current target does not support trace"
     return 1
 }
 
This page took 0.024172 seconds and 4 git commands to generate.