Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / break-entry.exp
index 6b18611d36ab8ae5b18bd454e5fcafe5be877a39..91fb73b9738bbeb32969bf2490964e1e8ba3e44a 100644 (file)
 standard_testfile start.c
 
 if [target_info exists use_gdb_stub] {
-    untested ${testfile}.exp
+    untested "skipping tests due to use_gdb_stub"
     return
 }
 
-if { [prepare_for_testing ${testfile}.exp ${testfile} $srcfile {additional_flags=-static}] } {
+if { [prepare_for_testing "failed to prepare" ${testfile} $srcfile {additional_flags=-static}] } {
     return -1
 }
 
@@ -45,7 +45,7 @@ gdb_test_multiple $test $test {
     }
 }
 if {$entry == ""} {
-    untested ${testfile}.exp
+    untested "no entrypoint"
     return
 }
 
This page took 0.036036 seconds and 4 git commands to generate.