Subject: | t/compile.t won't pass |
Date: | Sat, 20 Jul 2013 14:59:45 +0800 |
To: | bug-Git-FastExport [...] rt.cpan.org |
From: | 郑文辉(Techlive Zheng) <techlivezheng [...] gmail.com> |
After pulling the newest commits, and a `git clean -xdf`, the tests won't pass.
$ prove -l t
t/00load.t ......... ok
t/01new.t .......... ok
t/10fast-export.t .. ok
t/20stitch.t ....... ok
t/30stitch-repo.t .. ok
t/compile.t ........ 1/1
# Failed test ''script/git-stitch-repo' compiles'
# at t/compile.t line 15.
# 'Cannot find blib even in
/home/techlive/Workspace/projects/0.folk/Git-FastExport/../../../../..
# '
# doesn't match '(?^:syntax OK)'
# Looks like you failed 1 test of 1.
t/compile.t ........ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/compile.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=6, Tests=175, 17 wallclock secs ( 0.12 usr 0.00 sys + 5.15
cusr 5.44 csys = 10.71 CPU)
Result: FAIL