diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-nonstop-exit.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-nonstop-exit.exp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp b/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp index b6f5728..fe7654e 100644 --- a/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp +++ b/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp @@ -29,11 +29,9 @@ if {[mi_gdb_start]} { # # Start here # -set testfile "non-stop-exit" -set srcfile "$testfile.c" -set binfile "$objdir/$subdir/mi-$testfile" +standard_testfile non-stop-exit.c -set options [list debug incdir=$objdir] +set options [list debug] if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { return -1 } |