Skip to content

Instantly share code, notes, and snippets.

@colomon
Created June 13, 2013 02:13
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 colomon/5770760 to your computer and use it in GitHub Desktop.
Save colomon/5770760 to your computer and use it in GitHub Desktop.
colomon@melissa:~/tools/panda$ perl6 -Ilib -Iext/File__Tools/lib t/tester.t
1..2
t/win.t .. ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.00 usr 0.01 sys + 0.26 cusr 0.06 csys = 0.33 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.26 cusr 0.07 csys = 0.34 CPU)
Result: FAIL
class Panda::Tester;
ok 2 - what should fail, fails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment