Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gcore-relro.exp
index 0467c90b4541856a41d42845c7a8517fc347acb9..abe7f80b6f5b4a1a9ef1da5ac75c620dfedb49c1 100644 (file)
@@ -26,7 +26,7 @@ set objfile [standard_output_file ${testfile}.o]
 
  if { [gdb_compile_shlib ${srcdir}/${subdir}/${srcfile_lib} ${binfile_lib} {debug}] != ""
       || [gdb_compile ${srcdir}/${subdir}/${srcfile} ${objfile} object {debug}] != "" } {
-      untested ${testfile}.exp
+      untested "failed to compile"
       return -1
  }
  set opts [list debug shlib=${binfile_lib} additional_flags=-Wl,-z,relro]
This page took 0.047371 seconds and 4 git commands to generate.