]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.arch/thumb-singlestep.exp
Fix more cases of improper test names
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.arch / thumb-singlestep.exp
index 31e46e829c334fef2b2937fe32dc7ab3e3466c47..1ef6684b2e2668faeeb33bf8576056cb48e1f7d8 100644 (file)
@@ -24,13 +24,12 @@ set testfile "thumb-singlestep"
 set srcfile ${testfile}.S
 
 set additional_flags "additional_flags=-mthumb"
-if [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} [list debug $additional_flags]] {
-    untested ${testfile}.exp
+if [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} [list debug $additional_flags]] {
     return -1
 }
 
 if ![runto_main] then {
-    untested ${testfile}.exp
+    untested "could not run to main"
     return -1
 }