diff options
Diffstat (limited to 'gdb/testsuite/gdb.multi/multi-arch.exp')
-rw-r--r-- | gdb/testsuite/gdb.multi/multi-arch.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.multi/multi-arch.exp b/gdb/testsuite/gdb.multi/multi-arch.exp index b114a2f..f9fe794 100644 --- a/gdb/testsuite/gdb.multi/multi-arch.exp +++ b/gdb/testsuite/gdb.multi/multi-arch.exp @@ -52,7 +52,7 @@ if [istarget "s390*-*-*"] { set march2 "-m32" } -if { [prepare_for_testing ${testfile}.exp ${exec1} "${srcfile1}" \ +if { [prepare_for_testing "failed to prepare" ${exec1} "${srcfile1}" \ [list debug additional_flags=${march1}]] } { return -1 } @@ -70,7 +70,7 @@ if [istarget "aarch64*-*-*"] { lappend options "additional_flags=${march2}" } -if { [prepare_for_testing ${testfile}.exp ${exec2} "${srcfile2}" \ +if { [prepare_for_testing "failed to prepare" ${exec2} "${srcfile2}" \ $options]} { return -1 } |