* gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
name to gdb_test_no_output.
This commit is contained in:
parent
37e14bc332
commit
3db258f53b
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-10-14 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
|
||||
name to gdb_test_no_output.
|
||||
|
||||
2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Canonicalize directories for EXEC_FILENAME.
|
||||
|
|
|
@ -154,7 +154,8 @@ foreach testname {ok mismatch fallback} {
|
|||
gdb_start
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
|
||||
gdb_test_no_output "set debug-file-directory $outdir"
|
||||
gdb_test_no_output "set debug-file-directory $outdir" \
|
||||
"set debug-file-directory"
|
||||
|
||||
gdb_load ${binfile}-${testname}
|
||||
|
||||
|
|
Loading…
Reference in a new issue