Created
August 31, 2014 20:01
-
-
Save autarch/161f3ec67b5f2600d219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| autarch@houseabsolute:~/projects/Dist-Zilla-Plugin-Conflicts (master *=)$ prove -lv t/01-basic.t | |
| t/01-basic.t .. | |
| ok 1 - build proceeds normally | |
| ok 2 - prereqs are injected | |
| ok 3 - conflicts module created | |
| ok 4 - no trailing whitespace in generated module | |
| ok 5 - module content looks good | |
| ok 6 - conflicts script created | |
| ok 7 - no trailing whitespace in generated script | |
| ok 8 - script content looks good | |
| not ok 9 - ran script successfully | |
| 1..9 | |
| # Failed test 'ran script successfully' | |
| # at t/01-basic.t line 145. | |
| # Can't locate DZT/Sample/Conflicts.pm in @INC (@INC contains: /home/autarch/projects/Dist-Zilla-Plugin-Conflicts/lib /home/autarch/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/x86_64-linux /home/autarch/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3 /home/autarch/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/x86_64-linux /home/autarch/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3 .) at /home/autarch/projects/Dist-Zilla-Plugin-Conflicts/tmp/U7DgxKDwJB/build/script/dzt-conflicts line 8. | |
| # BEGIN failed--compilation aborted at /home/autarch/projects/Dist-Zilla-Plugin-Conflicts/tmp/U7DgxKDwJB/build/script/dzt-conflicts line 8. | |
| # Looks like you failed 1 test of 9. | |
| Dubious, test returned 1 (wstat 256, 0x100) | |
| Failed 1/9 subtests | |
| Test Summary Report | |
| ------------------- | |
| t/01-basic.t (Wstat: 256 Tests: 9 Failed: 1) | |
| Failed test: 9 | |
| Non-zero exit status: 1 | |
| Files=1, Tests=9, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.64 cusr 0.02 csys = 0.68 CPU) | |
| Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment