[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 02/06: t/runtests: Fix path to build logs for some tests



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

nthykier pushed a commit to branch master
in repository lintian.

commit 42ae6c98fd5b189fc27d6224d1849c2b173ffd92
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jan 18 19:48:24 2016 +0000

    t/runtests: Fix path to build logs for some tests
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/runtests | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/runtests b/t/runtests
index 8362588..292a5f8 100755
--- a/t/runtests
+++ b/t/runtests
@@ -582,7 +582,8 @@ sub generic_test_runner {
         my $res= chdir_runcmd($targetdir, ['fakeroot', 'make'],
             "../build.$testname");
         if ($res) {
-            $test_state->dump_log($testname, "$RUNDIR/build.$testname")
+            $test_state->dump_log($testname,
+                "${RUNDIR}/${suite}/build.${testname}")
               if $DUMP_LOGS;
             return $test_state->test_error(
                 join(q{ },

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


Reply to: