Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created October 31, 2012 11:01
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 tadzik/3986456 to your computer and use it in GitHub Desktop.
Save tadzik/3986456 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin4]─[~/src/perl/Test-Harness] (master)*
└─[%]─> perl6 bin/p6prove -e='perl6 -Iblib/lib' t
t/file.t ... ok
t/fail.t ... Failed 1/3 subtests
Test Summary Report
-------------------
Files=2, Tests=36, 3 wallclock secs
Result: FAIL
┌─[tadzik@yavin4]─[~/src/perl/Test-Harness] (master)*
└─[%]─> mv t/fail.t .
┌─[tadzik@yavin4]─[~/src/perl/Test-Harness] (master)*
└─[%]─> perl6 bin/p6prove -e='perl6 -Iblib/lib' t
t/file.t ... ok
All tests successful.
Files=1, Tests=33, 2 wallclock secs
Result: PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment