[ltrace-commits] 02/07: Fix running Dwarf test suite in a separate build directory

Petr Machata pmachata-guest at moszumanska.debian.org
Fri Jan 16 19:32:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit 52a3d859b90f4b4846ea6574c906fe589fcae8ea
Author: Petr Machata <pmachata at redhat.com>
Date:   Fri Jan 16 18:31:11 2015 +0100

    Fix running Dwarf test suite in a separate build directory
---
 testsuite/ltrace.main/dwarf.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/ltrace.main/dwarf.exp b/testsuite/ltrace.main/dwarf.exp
index ccdfd10..d6ccb49 100644
--- a/testsuite/ltrace.main/dwarf.exp
+++ b/testsuite/ltrace.main/dwarf.exp
@@ -23,7 +23,7 @@ proc run_dwarf_test {ref_output ltrace_opts} {
 	 || [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable [list debug shlib=$lib_so] ] != ""} {
 	send_user "Build failed!\n"
     } else {
-	ltrace_options "-F" "ltrace.main/dwarf.conf" {*}$ltrace_opts
+	ltrace_options "-F" "$srcdir/$subdir/dwarf.conf" {*}$ltrace_opts
 	set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 	# Check the output of this program.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list