Skip to content

Instantly share code, notes, and snippets.

Created February 25, 2018 18:17
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 anonymous/0f389a0b74f28df4bedb768b28d65caa to your computer and use it in GitHub Desktop.
Save anonymous/0f389a0b74f28df4bedb768b28d65caa to your computer and use it in GitHub Desktop.
[jdv@new-host rakudo]$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
[jdv@new-host rakudo]$ cd t/spec/; git status;cd ~/rakudo
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
S24-testing/.1-basic.t.swp
nothing added to commit but untracked files present (use "git add" to track)
[jdv@new-host rakudo]$ make t/spec/S24-testing/1-basic.t
rm -f -- perl6
cp -- perl6-m perl6
chmod -- 755 perl6
/home/jdv/perl5/perlbrew/perls/perl-5.24.1/bin/perl t/harness5 --fudge --moar --keep-exit-code --verbosity=1 t/spec/S24-testing/1-basic.t
ok 1 - 2 and 2 make 4
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 59/60 subtests
Test Summary Report
-------------------
t/spec/S24-testing/1-basic.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 60 tests but ran 1.
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.78 cusr 0.04 csys = 0.85 CPU)
Result: FAIL
Makefile:671: recipe for target 't/spec/S24-testing/1-basic.t' failed
make: *** [t/spec/S24-testing/1-basic.t] Error 1
[jdv@new-host rakudo]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment