| Index: gdb/testsuite/gdb.python/py-frame.exp
|
| diff --git a/gdb/testsuite/gdb.python/py-frame.exp b/gdb/testsuite/gdb.python/py-frame.exp
|
| index f3cb069f5f7ab4c1d6ae0429b4d6e021860cbf32..993e77479fb193f890d21f8323074997f0c65bb9 100644
|
| --- a/gdb/testsuite/gdb.python/py-frame.exp
|
| +++ b/gdb/testsuite/gdb.python/py-frame.exp
|
| @@ -16,14 +16,10 @@
|
| # This file is part of the GDB testsuite. It tests the mechanism
|
| # exposing values to Python.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| load_lib gdb-python.exp
|
|
|
| -set testfile "py-frame"
|
| -set srcfile ${testfile}.c
|
| +standard_testfile
|
| +
|
| if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
|
| return -1
|
| }
|
|
|