Created
October 2, 2011 19:35
-
-
Save mnunberg/1257829 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
/usr/bin/perl Build --makefile_env_macros 1 test | |
t/00use.t ........... ok | |
t/01symname.t ....... ok | |
t/02getkey.t ........ ok | |
t/03parse_format.t .. ok | |
t/04flags.t ......... 1/4 | |
# Failed test 'Autodetected RAW' | |
# at t/04flags.t line 37. | |
# got: '8' | |
# expected: '4' | |
# Looks like you failed 1 test of 4. | |
t/04flags.t ......... Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/4 subtests | |
t/99pod.t ........... ok | |
Test Summary Report | |
------------------- | |
t/04flags.t (Wstat: 256 Tests: 4 Failed: 1) | |
Failed test: 4 | |
Non-zero exit status: 1 | |
Files=6, Tests=57, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.19 cusr 0.03 csys = 0.28 CPU) | |
Result: FAIL | |
Failed 1/6 test programs. 1/57 subtests failed. | |
make: *** [test] Error 255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment