Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created September 14, 2016 22:14
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 zoffixznet/5bf9a6d0b7ee5c6489ed3002c8875a06 to your computer and use it in GitHub Desktop.
Save zoffixznet/5bf9a6d0b7ee5c6489ed3002c8875a06 to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:~/CPANPRC/rakudo$ prove -e './perl6 -Ilib -MOldTest' -vlr test.t
test.t ..
not ok 1 - just a test
not ok 2 -
# Failed test 'just a test'
# at test.t line 4
# Failed test at test.t line 5
ok 3 - just a test
1..3
# Looks like you failed 2 tests of 3
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
Test Summary Report
-------------------
test.t (Wstat: 512 Tests: 3 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.18 CPU)
Result: FAIL
zoffix@VirtualBox:~/CPANPRC/rakudo$ prove -e './perl6 -Ilib -MOldTest' -vlr test.t
test.t ..
not ok 1 - just a test
# Failed test 'just a test'
# at test.t line 4
not ok 2 -
# Failed test at test.t line 5
ok 3 - just a test
1..3
# Looks like you failed 2 tests of 3
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
Test Summary Report
-------------------
test.t (Wstat: 512 Tests: 3 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.18 CPU)
Result: FAIL
zoffix@VirtualBox:~/CPANPRC/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment