duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
896 stars 79 forks source link

Build test fails - boilerplate.t #109

Closed kekePower closed 5 years ago

kekePower commented 5 years ago

Regarding version 4.13.2_01 downloaded from Github.

% ./Build test
t/00-load.t ....... ok
t/01l10n.t ........ ok
t/02base.t ........ ok
t/05getopts.t ..... ok
t/10host.t ........ ok
t/15config.t ...... ok
t/20helper.t ...... ok
t/30cluster.t ..... ok
t/80clusterssh.t .. ok
t/boilerplate.t ... couldn't open README for reading: No such file or directory at t/boilerplate.t line 9.
# Looks like your test exited with 2 before it could output anything.
t/boilerplate.t ... Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
t/changes.t ....... ok
t/pod-coverage.t .. ok
t/pod.t ........... ok
t/range.t ......... ok

Test Summary Report
-------------------
t/05getopts.t   (Wstat: 0 Tests: 175 Failed: 0)
  TODO passed:   160-163, 168-171
t/boilerplate.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
Files=14, Tests=1971,  3 wallclock secs ( 0.17 usr  0.01 sys +  2.23 cusr  0.17 csys =  2.58 CPU)
Result: FAIL
Failed 1/14 test programs. 0/1971 subtests failed.
% CLUSTERSSH_DEBUG=5 prove -v t/boilerplate.t
t/boilerplate.t ..
1..3
couldn't open README for reading: No such file or directory at t/boilerplate.t line 9.
# Looks like your test exited with 2 before it could output anything.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests

Test Summary Report
-------------------
t/boilerplate.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
Files=1, Tests=0,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.05 cusr  0.00 csys =  0.07 CPU)
Result: FAIL
duncs commented 5 years ago

I believe this is now fixed in the master branch.