Fixup testcases outputting own name as a test name and standardize failed compilation...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / foll-vfork.exp
index 481dcb7d6e156f86e25206e615f7f2c8d9e6cc19..f3e4d0e6fcfb4bb73bb0851251f1f793eb646c3c 100644 (file)
@@ -30,7 +30,7 @@ standard_testfile
 set compile_options debug
 
 if {[build_executable $testfile.exp $testfile $srcfile $compile_options] == -1} {
-    untested "failed to compile $testfile"
+    untested "failed to compile main testcase"
     return -1
 }
 
@@ -38,7 +38,7 @@ set testfile2 "vforked-prog"
 set srcfile2 ${testfile2}.c
 
 if {[build_executable $testfile.exp $testfile2 $srcfile2 $compile_options] == -1} {
-    untested "failed to compile $testfile2"
+    untested "failed to compile secondary testcase"
     return -1
 }
 
This page took 0.025099 seconds and 4 git commands to generate.