[Reproducible-commits] [strip-nondeterminism] 03/04: Add the "expected" filename to the end of the test name.

Chris Lamb chris at chris-lamb.co.uk
Sun Jul 24 16:05:18 UTC 2016


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

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit dee60d16dfefc2bcf07e4094ef7d32f117685d97
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Jul 24 16:58:42 2016 +0100

    Add the "expected" filename to the end of the test name.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 t/fixtures.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/fixtures.t b/t/fixtures.t
index aba9986..329d46c 100644
--- a/t/fixtures.t
+++ b/t/fixtures.t
@@ -40,5 +40,5 @@ foreach my $filename (@fixtures) {
 	copy($filename, $in) or die "Copy failed: $!";
 	File::StripNondeterminism::get_normalizer_for_file($in)->($in);
 
-	ok(compare($in, $out) == 0, $filename);
+	ok(compare($in, $out) == 0, "$filename -> $out");
 }

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



More information about the Reproducible-commits mailing list