PR gdb/16626
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 25 Feb 2014 19:47:09 +0000 (20:47 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 25 Feb 2014 19:47:09 +0000 (20:47 +0100)
gdb/testsuite/
2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>

PR gdb/16626
* gdb.base/auto-load.exp: Fix out-of-srctree run.

Message-ID: <87k3cjt3jl.fsf@fleche.redhat.com>

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/auto-load.exp

index 1a2b358..d54ed98 100644 (file)
@@ -5,6 +5,9 @@
        * gdb.base/auto-load.c: New file.
        * gdb.base/auto-load.exp: New file.
 
+       PR gdb/16626
+       * gdb.base/auto-load.exp: Fix out-of-srctree run.
+
 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Fix dw2-icycle.exp -fsanitize=address GDB crash.
index 226711f..d0e93f0 100644 (file)
@@ -20,8 +20,8 @@ if [is_remote host] {
 }
 
 set targetdir "${binfile}.dir"
-set sourcescript "${binfile}-script"
-set targetscriptdir "${targetdir}/[file dirname ${sourcescript}]"
+set sourcescript "${srcdir}/${subdir}/${testfile}-script"
+set targetscriptdir "${targetdir}/[file dirname ${binfile}]"
 set targetscript "${targetscriptdir}/${testfile}-gdb.gdb"
 
 remote_exec host "rm -rf ${targetdir}"