Use standard_output_file in a couple more places
authorTom Tromey <tom@tromey.com>
Fri, 28 Sep 2018 20:32:42 +0000 (14:32 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 7 Oct 2018 04:48:17 +0000 (22:48 -0600)
commitf9e48344d54f45368a5e449fb2ccca70a723cd3a
treecb080115501aa998d83a333c01f1cc7f542c2352
parenta8a5dbcab8df0b3a9e04745d4fe8d64740acb323
Use standard_output_file in a couple more places

I noticed a few files left over in the testsuite/ directory in the
build tree after running tests.  Normally output files should not wind
up there, but instead should end up in the test's subdirectory.  This
isn't always crucial, but in the past there were problems with tests
clashing, preventing parallel runs, and so it is better to be clean
here.

This patch changes a couple of tests to use standard_output_file to
fix this problem.

Tested by re-running the tests in question and examining the
directory.

gdb/testsuite/ChangeLog
2018-10-06  Tom Tromey  <tom@tromey.com>

* gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
* gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/gnu-ifunc.exp
gdb/testsuite/gdb.trace/unavailable-dwarf-piece.exp
This page took 0.026127 seconds and 4 git commands to generate.