aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/signals-state-child.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/signals-state-child.exp')
-rw-r--r--gdb/testsuite/gdb.base/signals-state-child.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/signals-state-child.exp b/gdb/testsuite/gdb.base/signals-state-child.exp
index cd6a9a5..2e6d033 100644
--- a/gdb/testsuite/gdb.base/signals-state-child.exp
+++ b/gdb/testsuite/gdb.base/signals-state-child.exp
@@ -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
}