Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / mi-tsv-changed.exp
index 1a4783daac8b56d98a7fd0b53692a5e3b18c0db1..cf9a448c0d94d93cb8885d4d715e14703dbf6988 100644 (file)
@@ -65,12 +65,12 @@ proc test_create_delete_modify_tsv { } {
        clean_restart $testfile
 
        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
        }
 
        if ![gdb_target_supports_trace] {
-           unsupported "Current target does not support trace"
+           unsupported "current target does not support trace"
            return -1
        }
        gdb_exit
@@ -147,7 +147,7 @@ proc test_upload_tsv { } {
 
        clean_restart $testfile
        if ![runto_main] then {
-           fail "Can't run to main"
+           fail "can't run to main"
            return 0
        }
 
@@ -233,12 +233,12 @@ proc test_upload_tsv { } {
 clean_restart $testfile
 
 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
 }
 
 if ![gdb_target_supports_trace] {
-    unsupported "Current target does not support trace"
+    unsupported "current target does not support trace"
     return -1
 }
 
This page took 0.038128 seconds and 4 git commands to generate.