Skip to content

Instantly share code, notes, and snippets.

@samuraisam
Created June 13, 2013 01:23
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 samuraisam/5770551 to your computer and use it in GitHub Desktop.
Save samuraisam/5770551 to your computer and use it in GitHub Desktop.
sam@sam-Vbox:~/dev/p6/panda$ perl6 -Ilib t/tester.t
1..2
t/win.t .. ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.29 cusr 0.06 csys = 0.37 CPU)
Result: PASS
ok 1 - what should pass, passes
t/fail.t .. Failed 1/1 subtests
Test Summary Report
-------------------
t/fail.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.30 cusr 0.06 csys = 0.37 CPU)
Result: FAIL
not ok 2 - what should fail, fails
# Looks like you failed 1 tests of 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment