This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 85d089d1666f4cafc80ddf3f1cd2fe12f819c4e2 Author: Niels Thykier <[email protected]> Date: Sat Mar 1 22:30:16 2014 +0100 t/runtests: Move output (tag) files for debs and source suite Signed-off-by: Niels Thykier <[email protected]> --- t/runtests | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t/runtests b/t/runtests index a6d6b1a..689757d 100755 --- a/t/runtests +++ b/t/runtests @@ -765,8 +765,9 @@ sub generic_test_runner { fail "$testname produced more than one file matching \"$targetdir/*.$ext\"" if @matches; - run_lintian($testdata, $file, "$RUNDIR/tags.$testname"); - return _check_result($testdata, "$testdir/tags", "$RUNDIR/tags.$testname"); + run_lintian($testdata, $file, "$RUNDIR/$suite/tags.$testname"); + return _check_result($testdata, "$testdir/tags", + "$RUNDIR/$suite/tags.$testname"); } sub up_to_date { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

