]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/dso2dso.exp
Fixup testcases outputting own name as a test name and standardize failed compilation...
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / dso2dso.exp
index f620d2c7a72c2c9f71b0423db25e8d656b664f42..bcec7312f7ccd174016e67e1b510ee8e07711d53 100644 (file)
@@ -41,13 +41,13 @@ set binfile_libdso1 [standard_output_file $libdso1.so]
 
 if { [gdb_compile_shlib $srcfile_libdso2 $binfile_libdso2 \
        [list debug additional_flags=-fPIC]] != "" } {
-  untested "could not compile $binfile_libdso2."
+  untested "failed to compile shared library 2"
   return -1
 }
 
 if { [gdb_compile_shlib $srcfile_libdso1 $binfile_libdso1 \
        [list debug additional_flags=-fPIC]] != "" } {
-  untested "could not compile $binfile_libdso1."
+  untested "failed to compile shared library 1"
   return -1
 }