Leont / app-prove6

A test harness script for perl6
Artistic License 2.0
4 stars 5 forks source link

prove6 fails silently when testing JSON::Fast #8

Closed JJ closed 3 years ago

JJ commented 3 years ago

Since it fails silently, I really don't have a lot of information. To reproduce, download JSON::Fast, and run zef test . on the directory. It fails with:

/test $ zef test --verbose .
===> Testing: JSON::Fast:ver<0.16>
===> Testing [FAIL]: JSON::Fast:ver<0.16>
Aborting due to test failure: JSON::Fast:ver<0.16> (use --force-test to override)

prove6 -I. in the same directory works correctly.

Refs: timo/json_fast#75 p6steve/raku-Physics-Constants#5 JJ/docker-raku-test#12

JJ commented 3 years ago

Fixed after updating zef