Closed eserte closed 8 years ago
Also failing: t/work_dir/release_test.t:
# Failed test at t/work_dir/release_test.t line 51.
# '{["Slaven","Rezic","Slaven","Rezic","tokuhirom"]}'
# doesn't match '(?^:Foo)'
# {["Slaven","Rezic","Slaven","Rezic","tokuhirom"]}
# Failed test at t/work_dir/release_test.t line 52.
# '{["Slaven","Rezic","Slaven","Rezic","tokuhirom"]}'
# doesn't match '(?^:Bar)'
# Looks like you failed 2 tests of 4.
# Failed test 'Contributors are included in stopwords'
# at t/work_dir/release_test.t line 53.
# Looks like you failed 1 test of 1.
t/work_dir/release_test.t ....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
If the
GIT_AUTHOR_NAME
environment variable is set, thent/projects/contributors.t
fails on some systems:It fails differently if this environment variable is set to the empty string:
Only unsetting
GIT_AUTHOR_NAME
helps here.