Subject: | make test fails (OS-X) |
Hi Jaap,
I find that "make test" terminates on mac os-x:
~/.cpan/build/Zoidberg-0.90$ make test
/usr/bin/perl Build --makefile_env_macros 1 test
/usr/bin/perl b/zoid.PL
/usr/bin/perl b/test.PL
/usr/bin/perl b/Config.PL
t/00_use_ok................ok
t/30_dispatchtable.........ok
t/31_ZoidbergError.........ok
t/32_ZoidbergUtils.........ok
t/33_GetOpt................ok
t/40_StringParse_simple....ok
t/41_default_grammar.......ok
t/42_dezoidify.............ok
t/50_Commands..............ok
t/90_full..................ok 21/21make: *** [test] Terminated
Terminated
Enabling the line right after the last tests shows weird stuff is going on:
~/.cpan/build/Zoidberg-0.90$ prove -v t/90_full.t
t/90_full....1..21
[snip ok tests]
#archbindoccatdocechoetcliblibdocscriptsharetest12~zoid.usage~~
ok 18 - globs aint redirections
ok test 22 - next after pipeline - switches # test 22 - next after pipeline
ok test 22 - next after pipeline - switches # test 22 - next after pipeline
ok 19 - switches 19
ok 20 - switches 20
Test output counter mismatch [test 22]
ok 21 - switches 21
Test output counter mismatch [test 23]
Terminated
if need anything else, just let me know...