Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / trace-enable-disable.exp
index 0c35c92e14eb6cb60ca2c0f40c52db7d4be73fda..43891fa99c89fa6678c4617033b43de55acbb3ed 100644 (file)
@@ -23,14 +23,14 @@ set options [list debug [gdb_target_symbol_prefix_flags]]
 
 # Check that the target supports trace.
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
-    untested "Couldn't compile test program"
+    untested "couldn't compile test program"
     return -1
 }
 
 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
 }
 
@@ -46,7 +46,7 @@ gdb_load_shlib $libipa
 lappend options shlib=$libipa
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
-    untested "Couldn't compile test program with in-process agent library"
+    untested "couldn't compile test program with in-process agent library"
     return -1
 }
 
@@ -62,7 +62,7 @@ proc test_tracepoint_enable_disable { tracepoint_cmd } {
        set expected 0
 
        if ![runto_main] {
-           fail "Can't run to main."
+           fail "can't run to main."
            return -1
        }
 
This page took 0.024493 seconds and 4 git commands to generate.