]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/signals-state-child.exp
Fix more cases of improper test names
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / signals-state-child.exp
index cd6a9a517ebf494a878e3e56b4ba631f79fd50f2..2e6d033da78e2bc2de6c5fe1e601aabb5abe45bf 100644 (file)
@@ -46,13 +46,13 @@ remote_file target delete $standalone_txt
 
 set options [list debug "additional_flags=-DOUTPUT_TXT=\"$gdb_txt\""]
 if {[build_executable $testfile.exp $testfile $srcfile $options]} {
-    untested $testfile.exp
+    untested "failed to compile"
     return -1
 }
 
 set options [list debug "additional_flags=-DOUTPUT_TXT=\"$standalone_txt\""]
 if {[build_executable $testfile.exp $testfile-standalone $srcfile $options]} {
-    untested $testfile.exp
+    untested "failed to compile"
     return -1
 }
 
@@ -80,7 +80,7 @@ remote_close target
 clean_restart $binfile
 
 if { ! [ runto_main ] } then {
-    untested $testfile.exp
+    untested "failed to compile"
     return -1
 }