| Index: gdb/testsuite/gdb.python/py-breakpoint.exp
|
| diff --git a/gdb/testsuite/gdb.python/py-breakpoint.exp b/gdb/testsuite/gdb.python/py-breakpoint.exp
|
| index 8ed374272b937469bcf7cfcccb7dcf386211e129..9bedeb2fca4308798403ec04ecfab9e02f3dcfb3 100644
|
| --- a/gdb/testsuite/gdb.python/py-breakpoint.exp
|
| +++ b/gdb/testsuite/gdb.python/py-breakpoint.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-breakpoint"
|
| -set srcfile ${testfile}.c
|
| +standard_testfile
|
| +
|
| if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
|
| return -1
|
| }
|
|
|