]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/return2.exp
Fixup testcases outputting own name as a test name and standardize failed compilation...
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / return2.exp
index 77be75eb7165a461c0566b08db7b33dd044cab65..520d685e59bd18bbb98ff7ae7ba85babede36b74 100644 (file)
@@ -19,7 +19,7 @@
 standard_testfile .c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested return2.exp
+     untested "failed to compile"
      return -1
 }
 
@@ -82,7 +82,7 @@ proc return2_tests { } {
     global gdb_prompt skip_float_test
 
     if { ! [ runto_main ] } then {
-       untested return2.exp
+       untested "couldn't run to main"
        return -1
     }