Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / status-stop.exp
index 73bc6e7bac1527b8f8ab777e02a09ddfe502f6b1..d6ce4ce1ccdd7713579fc77a5134efff5b74a708 100644 (file)
@@ -26,7 +26,7 @@ if [prepare_for_testing $expfile $executable $srcfile \
 }
 
 if ![runto_main] {
-    fail "Can't run to main to check for trace support"
+    fail "can't run to main to check for trace support"
     return -1
 }
 
@@ -45,7 +45,7 @@ proc test_tstart_tstop_tstart { } {
        # Start with a fresh gdb.
        clean_restart ${executable}
        if ![runto_main] {
-           fail "Can't run to main"
+           fail "can't run to main"
            return -1
        }
 
@@ -72,7 +72,7 @@ proc test_tstart_tstart { } {
        # Start with a fresh gdb.
        clean_restart ${executable}
        if ![runto_main] {
-           fail "Can't run to main"
+           fail "can't run to main"
            return -1
        }
 
@@ -99,7 +99,7 @@ proc test_buffer_full_tstart { } {
        # Start with a fresh gdb.
        clean_restart ${executable}
        if ![runto_main] {
-           fail "Can't run to main"
+           fail "can't run to main"
            return -1
        }
 
This page took 0.024592 seconds and 4 git commands to generate.