https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41267 --- Comment #23 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- t/db_dependent/Holds.t fails now with this patch: # Subtest: EmailPatronWhenHoldIsPlaced tests 1..2 ok 1 - EmailPatronWhenHoldIsPlaced is disabled so no email is queued # Looks like you planned 2 tests but ran 1. not ok 72 - EmailPatronWhenHoldIsPlaced tests # Failed test 'EmailPatronWhenHoldIsPlaced tests' # at /kohadevbox/koha/t/db_dependent/Holds.t line 2110. Can't call method "cancel" on an undefined value at /kohadevbox/koha/C4/Reserves.pm line 2201. ok 73 - no warnings # Looks like your test exited with 11 just after 73. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 2/74 subtests Test Summary Report ------------------- /kohadevbox/koha/t/db_dependent/Holds.t (Wstat: 2816 (exited 11) Tests: 73 Failed: 1) Failed test: 72 Non-zero exit status: 11 Parse errors: Bad plan. You planned 74 tests but ran 73. Files=1, Tests=73, 10 wallclock secs ( 0.04 usr 0.01 sys + 6.50 cusr 1.95 csys = 8.50 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes.