Created
January 10, 2010 22:03
-
-
Save marcusramberg/273810 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
Command-Central:Mojo marcus$ prove -l t/mojolicious/app.t | |
t/mojolicious/app.t .. 1/130 | |
# Failed test at t/mojolicious/app.t line 63. | |
# got: '/somethingtest' | |
# expected: '/test4/42' | |
t/mojolicious/app.t .. 84/130 # Looks like you failed 1 test of 130. | |
t/mojolicious/app.t .. Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/130 subtests | |
Test Summary Report | |
------------------- | |
t/mojolicious/app.t (Wstat: 256 Tests: 130 Failed: 1) | |
Failed test: 37 | |
Non-zero exit status: 1 | |
Files=1, Tests=130, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.43 cusr 0.03 csys = 0.51 CPU) | |
Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment