Fixup testcases outputting own name as a test name and standardize failed compilation...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / exec-invalid-sysroot.exp
index a089e89420490664968c5a82d7d39c6f3aa704c0..b31da3db31e2b627e7094d1f5051c8200eae3b68 100644 (file)
@@ -29,12 +29,12 @@ set compile_options debug
 
 # build the first test case
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable $compile_options] != "" } {
-    untested "could not compile test program ${binfile2}"
+    untested "failed to compile secondary testcase"
     return -1
 }
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $compile_options] != "" } {
-    untested "could not compile test program ${binfile}"
+    untested "failed to compile main testcase"
     return -1
 }
 
This page took 0.025194 seconds and 4 git commands to generate.