Skip to content

Instantly share code, notes, and snippets.

@usev6
Created January 7, 2015 19:49
Show Gist options
  • Save usev6/e551c9a3f6f659b6d5a5 to your computer and use it in GitHub Desktop.
Save usev6/e551c9a3f6f659b6d5a5 to your computer and use it in GitHub Desktop.
exit code p6prove Slang::SQL
$ panda look Slang::SQL
==> Fetching Slang::SQL
==> Entering /usr/home/christian/perl6-roast-data/rakudo.moar/panda/.panda-work/1420660139_1 with /bin/sh
$ p6prove t/01_basic.t
t/01_basic.t ... Cannot locate native library 'libsqlite3.so'
in method postcircumfix:<( )> at lib/NativeCall.pm6:130
in method connect at lib/DBDish/SQLite.pm6:221
in method connect at lib/DBIish.pm6:9
in block <unit> at t/01_basic.t:11
Failed 0/0 subtests
Test Summary Report
-------------------
Files=1, Tests=0, 1 wallclock secs
Result: PASS
$ echo $?
1
@usev6
Copy link
Author

usev6 commented Jan 7, 2015

$ perl6 --version
This is perl6 version 2014.12-112-g0154f13 built on MoarVM version 2014.12-4-g7e95c05

@usev6
Copy link
Author

usev6 commented Jan 7, 2015

$ panda look Slang::SQL
==> Fetching Slang::SQL
==> Entering /usr/home/christian/perl6-roast-data/rakudo.moar/panda/.panda-work/1420661784_1 with /bin/sh

$ pwd
/usr/home/christian/perl6-roast-data/rakudo.moar/panda/.panda-work/1420661784_1
$ prove -e perl6 -lrv t/
t/01_basic.t .. Cannot locate native library 'libsqlite3.so'
in method postcircumfix:<( )> at lib/NativeCall.pm6:130
in method connect at lib/DBDish/SQLite.pm6:221
in method connect at lib/DBIish.pm6:9
in block at t/01_basic.t:11

No subtests run

Test Summary Report

t/01_basic.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.84 cusr 0.06 csys = 0.91 CPU)
Result: FAIL
$ echo $?
1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment