* gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / gdb669.exp
index 1a78d079c370442829fe1c1c37bb773f3c0321ad..d03ce35293c7c772ae5c93ddfb68ec2f113ace13 100644 (file)
@@ -179,10 +179,8 @@ set srcfile "$testfile.c"
 set binfile "$objdir/$subdir/$testfile"
 
 set options [list debug incdir=$objdir]
-if  {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
-     != "" } {
-  gdb_suppress_entire_file \
-    "Testcase compile failed, so all tests in this file will automatically fail."
+if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
+    return -1
 }
 
 mi_gdb_reinitialize_dir $srcdir/$subdir
This page took 0.036746 seconds and 4 git commands to generate.