aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/signest.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/signest.exp')
-rw-r--r--gdb/testsuite/gdb.base/signest.exp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/signest.exp b/gdb/testsuite/gdb.base/signest.exp
index d53b1b0..f0d5562 100644
--- a/gdb/testsuite/gdb.base/signest.exp
+++ b/gdb/testsuite/gdb.base/signest.exp
@@ -22,13 +22,12 @@ if [target_info exists gdb,nosignals] {
return -1
}
-if [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug}] {
- untested ${testfile}.exp
+if [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} {debug}] {
return -1
}
if ![runto_main] then {
- untested ${testfile}.exp
+ untested "could not run to main"
return -1
}