[Git][reproducible-builds/strip-nondeterminism][master] Clarify negative message in test failures.
Chris Lamb
gitlab at salsa.debian.org
Tue Jan 29 15:40:42 CET 2019
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
3f4ba2fb by Chris Lamb at 2019-01-29T14:40:31Z
Clarify negative message in test failures.
- - - - -
1 changed file:
- t/fixtures.t
Changes:
=====================================
t/fixtures.t
=====================================
@@ -72,7 +72,7 @@ foreach my $filename (@fixtures) {
$normalizer->($in) if defined $normalizer;
my @stat_after = lstat $in;
- ok(compare($in, $out) == 0, "Got expected output");
+ ok(compare($in, $out) == 0, "Test output $in matched expected $out");
# Check that file attributes remain unchanged.
foreach my $i (sort keys %STAT) {
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/3f4ba2fb889040cdcc65bf9117b7ddbbdbedfc0a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/3f4ba2fb889040cdcc65bf9117b7ddbbdbedfc0a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190129/4adc3c8c/attachment.html>
More information about the rb-commits
mailing list