diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-23 10:44:49 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-04 11:02:06 -0700 |
commit | 847415068e83cdeb6aeff56c31722f13584e74c1 (patch) | |
tree | eeb128093a8dec408f45feb8cbbc2abbdb0fe95d /gdb/testsuite/gdb.mi/mi-logging.exp | |
parent | cfb7b9a3e92292bfa9a9d76601214bdc43f660ef (diff) | |
download | binutils-gdb-847415068e83cdeb6aeff56c31722f13584e74c1.tar.gz |
fix up gdb.mi
This fixes gdb.mi to be parallel-safe.
2013-11-04 Tom Tromey <tromey@redhat.com>
* gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
Use "dwarf2 always-disassemble" for the "maint set" test.
* gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
standard_output_file.
* gdb.mi/mi-logging.exp: Use standard_output_file.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-logging.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-logging.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-logging.exp b/gdb/testsuite/gdb.mi/mi-logging.exp index 87f3e1b3c43..b38c036aa2f 100644 --- a/gdb/testsuite/gdb.mi/mi-logging.exp +++ b/gdb/testsuite/gdb.mi/mi-logging.exp @@ -33,7 +33,7 @@ if {[mi_run_to_main] < 0} { return -1 } -set milogfile "milog.txt" +set milogfile [standard_output_file "milog.txt"] mi_gdb_test "-gdb-set logging file $milogfile" ".*" |