[strip-nondeterminism] 01/01: Include the filename when testing failure fixtures.

Chris Lamb chris at chris-lamb.co.uk
Sat Mar 18 18:24:56 UTC 2017


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

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

commit 7253faafe542329463993b7141f9bce950223e7d
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Mar 18 18:22:21 2017 +0000

    Include the filename when testing failure fixtures.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 t/failures.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/failures.t b/t/failures.t
index 44ae11d..d7f25af 100644
--- a/t/failures.t
+++ b/t/failures.t
@@ -43,7 +43,7 @@ foreach my $filename (@failures) {
 		my $normalizer = File::StripNondeterminism::get_normalizer_for_file($in);
 		$normalizer->($in);
 	};
-	ok($@ ne "");
+	ok($@ ne "", $filename);
 }
 
 done_testing;

-- 
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