Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.multi / watchpoint-multi.exp
index 7c671d2da3c9a5a24180dfbf7f66c14a8015a907..28f4dadee5e7f62169ba324cb262e9f601ef963e 100644 (file)
@@ -19,7 +19,7 @@ set executable ${testfile}
 # Multiple inferiors are needed, therefore both native and extended gdbserver
 # modes are supported.  Only non-extended gdbserver is not supported.
 if [target_info exists use_gdb_stub] {
-    untested ${testfile}.exp
+    untested "using gdb stub"
     return
 }
 
@@ -31,7 +31,7 @@ if [skip_hw_watchpoint_access_tests] {
 }
 
 if { [gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested ${testfile}.exp
+    untested "failed to compile"
     return -1
 }
 
This page took 0.026193 seconds and 4 git commands to generate.