https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38365 --- Comment #417 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Cook from comment #53)
(In reply to David Cook from comment #50)
This unit test is failing t/db_dependent/Koha/Middleware/ContentSecurityPolicy.t
Test Summary Report ------------------- t/db_dependent/Koha/Middleware/ContentSecurityPolicy.t (Wstat: 768 (exited 3) Tests: 4 Failed: 3) Failed tests: 2-4 Non-zero exit status: 3 Files=1, Tests=4, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.38 cusr 0.14 csys = 0.54 CPU) Result: FAIL
Actually, it looks like that's my fault because of an old KTD I'm using... if I run the following it works:
GIT_INSTALL=1 KOHA_HOME=/kohadevbox/koha/ prove -v t/db_dependent/Koha/Middleware/ContentSecurityPolicy.t
It's failing on Jenkins, I guess GIT_INSTALL is not passed. -- You are receiving this mail because: You are watching all bug changes.