Fixup testcases outputting own name as a test name and standardize failed compilation...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / info-shared.exp
index 57aa1d0aba07375bcd4b98da006597753f72dcdb..e80326ae5a7b5e61d520814eed9cc048edaf38de 100644 (file)
@@ -31,13 +31,13 @@ set define2 -DSHLIB2_NAME=\"$binfile_lib2\"
 
 if { [gdb_compile_shlib $srcfile_lib1 $binfile_lib1 \
          [list additional_flags=-fPIC]] != "" } {
-    untested "could not compile $binfile_lib1."
+    untested "failed to compile shared library 1"
     return -1
 }
 
 if { [gdb_compile_shlib $srcfile_lib2 $binfile_lib2 \
          [list additional_flags=-fPIC]] != "" } {
-    untested "could not compile $binfile_lib2."
+    untested "failed to compile shared library 2"
     return -1
 }
 
This page took 0.051265 seconds and 4 git commands to generate.