mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
test suite fixlet for gdb.trace
This is a minor fix to clean up the last remaining test suite parallelization issue in gdb.trace. mi-traceframe-changed.exp refers to objdir. This patch changes the code to have the same effect, but avoid using that variable. * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
This commit is contained in:
parent
61e0fe8313
commit
20e3d738fe
@ -1,3 +1,7 @@
|
||||
2013-07-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
|
||||
|
||||
2013-07-09 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.ada/small_reg_param.exp: Accept optional entry value
|
||||
|
@ -76,8 +76,8 @@ test_tfind_tfile
|
||||
# Change to a different test case in order to run it on target, and get
|
||||
# several traceframes.
|
||||
standard_testfile status-stop.c
|
||||
set testfile ${testfile}-1
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
append testfile -1
|
||||
append binfile -1
|
||||
set executable $testfile
|
||||
|
||||
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
|
||||
|
Loading…
Reference in New Issue
Block a user