gdb/testsuite: avoid creating temp file in gdb/testsuite/ directory
After this commit:
commit 33c1395cf5
Date: Fri Nov 11 15:26:46 2022 +0000
gdb/testsuite: fix gdb.trace/unavailable-dwarf-piece.exp with Clang
The gdb.trace/unavailable-dwarf-piece.exp test script was creating a
temporary file in the build/gdb/testsuite/ directory, instead of in
the expected place in the outputs directory.
Fix this by adding a call to standard_output_file.
This commit is contained in:
parent
fa59ab9868
commit
dc3fb44540
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if {![dwarf2_support]} {
|
|||
|
||||
standard_testfile .c -dbg.S
|
||||
|
||||
set asm_file $srcfile2
|
||||
set asm_file [standard_output_file $srcfile2]
|
||||
set opts {}
|
||||
|
||||
if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile}1.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue