Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / solib-search.exp
index 1a3cb33511e4c1c92ca46e34ad458a2e52004533..9acd34772aa039aa3603359cdae0048473512d25 100644 (file)
@@ -69,7 +69,7 @@ if { [gdb_compile_shlib ${srcfile1_lib} ${wrong_binfile1_lib} $wrong_lib_flags]
      || [gdb_compile_shlib ${srcfile2_lib} ${wrong_binfile2_lib} $wrong_lib_flags] != ""
      || [gdb_compile_shlib ${srcfile1_lib} ${right_binfile1_lib} $right_lib_flags] != ""
      || [gdb_compile_shlib ${srcfile2_lib} ${right_binfile2_lib} $right_lib_flags] != "" } {
-    untested "Could not compile libs."
+    untested "could not compile libs."
     return -1
 }
 
@@ -78,14 +78,14 @@ remote_exec build "ln -sf ${right_lib_subdir}/${libname1}.so ${binfile1_lib}"
 remote_exec build "ln -sf ${right_lib_subdir}/${libname2}.so ${binfile2_lib}"
 if { [gdb_compile $srcdir/$subdir/${srcfile} ${binfile} \
          executable $bin_flags] != "" } {
-    untested "Could not compile $binfile."
+    untested "could not compile $binfile."
     return -1
 }
 
 clean_restart $testfile
 
 if { ![runto_main] } {
-    fail "Can't run to main"
+    fail "can't run to main"
     return
 }
 
This page took 0.034105 seconds and 4 git commands to generate.