Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Created March 3, 2014 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bessarabov/9318862 to your computer and use it in GitHub Desktop.
Save bessarabov/9318862 to your computer and use it in GitHub Desktop.
vagrant@tmp:~/DancerTestProblem$ prove -l
t/croak.t .. 1/?
# Failed test ''
# at t/croak.t line 12.
# 'GLOB(0x25b0758)'
# doesn't match '(?^:done)'
# Looks like you failed 1 test of 1.
t/croak.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/croak.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.16 cusr 0.01 csys = 0.20 CPU)
Result: FAIL
vagrant@tmp:~/DancerTestProblem$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment