Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / solib-precsave.exp
index 6ce26eb03a08d863ca1e50882efa136f831bcdbb..3d1f4cb9516188ac0c5be0b80927632d9abb0d36 100644 (file)
@@ -40,12 +40,12 @@ if [get_compiler_info] {
 # Compile the first without debug info so that
 # stepping and reverse stepping doesn't end up inside them.
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib1src} ${library1} ""] != "" } {
-    untested "Could not compile shared library1."
+    untested "could not compile shared library1."
     return -1
 }
 
 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib2src} ${library2} "debug"] != "" } {
-    untested "Could not compile shared library2."
+    untested "could not compile shared library2."
     return -1
 }
 
@@ -58,7 +58,7 @@ set exec_opts [list debug shlib=${library1} shlib=${library2}]
 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable \
                     [concat $exec_opts additional_flags=-Wl,-z,norelro]] != ""
      && [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opts] != "" } {
-    untested "Could not compile $binfile."
+    untested "could not compile $binfile."
     return -1
 }
      
This page took 0.024747 seconds and 4 git commands to generate.