Subject: | Detect test failure under Cygwin |
Under Cygwin with Perl 5.8.4, 'make test' produces:
/usr/local/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_about_verbose....ok
t/05_main.............ok
t/07_listy............ok
t/10_http.............ok
t/50_super............ok
t/55_supers_strict....ok
t/80_all_env..........# Failed test 4 in t/80_all_env.t at line 24
# t/80_all_env.t line 24 is: ok show I18N::LangTags::Detect::detect();
t/80_all_env..........FAILED test 4
Failed 1/9 tests, 88.89% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/80_all_env.t 9 1 11.11% 4
Failed 1/7 test scripts, 85.71% okay. 1/224 subtests failed, 99.55% okay.
make: *** [test_dynamic] Error 14