Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / no-attach-trace.exp
index 7ee8a4f046b20a2e0a6b8295dd3f650978458978..06d86e6d0384fac0e566a3adc88b2322ec96bf63 100644 (file)
@@ -31,7 +31,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
 clean_restart $testfile
 
 if { ![gdb_target_supports_trace] } then {
-    unsupported "Current target does not support trace"
+    unsupported "current target does not support trace"
     return 1
 }
 
@@ -43,7 +43,7 @@ gdb_test "tstart" "Target returns error code.*\."
 
 with_test_prefix "after tstart" {
     if ![runto_main] {
-       fail "Can't run to main, target may have died unexpectedly"
+       fail "can't run to main, target may have died unexpectedly"
        return -1
     }
 }
This page took 0.039138 seconds and 4 git commands to generate.