| Index: gdb/testsuite/gdb.trace/infotrace.exp
|
| diff --git a/gdb/testsuite/gdb.trace/infotrace.exp b/gdb/testsuite/gdb.trace/infotrace.exp
|
| index f8237e75c6f03da8e10be64c7d6078377c12e0de..bdc383046c0b92f23adaac57118ed56b91782a4e 100644
|
| --- a/gdb/testsuite/gdb.trace/infotrace.exp
|
| +++ b/gdb/testsuite/gdb.trace/infotrace.exp
|
| @@ -17,17 +17,11 @@
|
|
|
| load_lib "trace-support.exp";
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
|
|
| gdb_exit
|
| gdb_start
|
|
|
| -set testfile "actions"
|
| -set srcfile ${testfile}.c
|
| -set binfile $objdir/$subdir/infotrace
|
| +standard_testfile actions.c
|
| if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
|
| executable {debug nowarnings}] != "" } {
|
| untested infotrace.exp
|
|
|