projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c5801
)
Put corefile-run.core into test subdirectory
author
Tom Tromey
<tromey@adacore.com>
Mon, 25 Apr 2022 17:20:48 +0000
(11:20 -0600)
committer
Tom Tromey
<tromey@adacore.com>
Fri, 13 May 2022 14:16:31 +0000
(08:16 -0600)
I noticed that corefile-run.core ends up in the 'runtest' directory.
It's better, when at all possible, for test files to end up in the
test's designated subdirectory. This patch makes this change.
gdb/testsuite/gdb.tui/corefile-run.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.tui/corefile-run.exp
b/gdb/testsuite/gdb.tui/corefile-run.exp
index 0529a83f3cb581623867af10e5ec9921f62a3f81..219ebadadae0b7a21da539a60ed418e36ae9e06c 100644
(file)
--- a/
gdb/testsuite/gdb.tui/corefile-run.exp
+++ b/
gdb/testsuite/gdb.tui/corefile-run.exp
@@
-22,7
+22,7
@@
tuiterm_env
standard_testfile tui-layout.c
-set core
"${testfile}.core"
+set core
[standard_output_file "${testfile}.core"]
if { [prepare_for_testing "failed to prepare" $testfile $srcfile debug] } {
return -1