[lintian] 01/03: t/runtests: Correct path to {debs,source} logs
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository lintian.
commit 9da0361a042961ba98c6870ba92d46b4a66c531a
Author: Niels Thykier <niels@thykier.net>
Date: Sun Nov 30 22:36:04 2014 +0100
t/runtests: Correct path to {debs,source} logs
Signed-off-by: Niels Thykier <niels@thykier.net>
---
t/runtests | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/runtests b/t/runtests
index 3970d93..35b433d 100755
--- a/t/runtests
+++ b/t/runtests
@@ -737,7 +737,7 @@ sub generic_test_runner {
my $res= chdir_runcmd($targetdir, ['fakeroot', 'make'],
"../build.$testname");
if ($res){
- dump_log($testname, "$RUNDIR/build.$testname") if $DUMP_LOGS;
+ dump_log($testname, "$RUNDIR/$suite/build.$testname") if $DUMP_LOGS;
fail("cd $targetdir && fakeroot make >../build.$testname 2>&1");
}
touch_file($stampfile);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: