]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
format
authorJoey Hess <joeyh@joeyh.name>
Thu, 6 Aug 2015 18:23:16 +0000 (14:23 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 6 Aug 2015 18:23:16 +0000 (14:23 -0400)
doc/bugs/img_test_failure_on_nix.mdwn

index e1321198cb1242c1989fe7d80a92108e5d4746e9..5e439f7a9c98d671f29860cec0bd3263a2befb50 100644 (file)
@@ -1,17 +1,17 @@
 Peter Simons wrote:
 > I'm getting the following test suite failure in Nix, probably because
 > some Perl dependency was updated to a newer version recently:
-> 
->      #   Failed test at t/img.t line 79.
->      #          got: 'no image'
->      #     expected: '12x12'
-> 
->      #   Failed test at t/img.t line 80.
->      #          got: 'no image'
->      #     expected: '16x2'
->      # Looks like you failed 2 tests of 19.
->      t/img.t ........................ 
->      Dubious, test returned 2 (wstat 512, 0x200)
->      Failed 2/19 subtests 
-> 
+       #   Failed test at t/img.t line 79.
+       #          got: 'no image'
+       #     expected: '12x12'
+       #   Failed test at t/img.t line 80.
+       #          got: 'no image'
+       #     expected: '16x2'
+       # Looks like you failed 2 tests of 19.
+       t/img.t ........................ 
+       Dubious, test returned 2 (wstat 512, 0x200)
+       Failed 2/19 subtests 
 > Do you have any idea how to fix this issue?