https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18767
--- Comment #1 from Tomás Cohen Arazi <[email protected]> --- Created attachment 64136 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64136&action=edit Bug 18767: Remove useless diags from GetDailyQuote.t This tests print useless debugging info. To test: - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/GetDailyQuote.t => FAIL: Some output telling what is doing on each step is printed. - Apply the patch - Run k$ prove t/db_dependent/Koha/GetDailyQuote.t => SUCCESS: No output, YAY! - Sign off :-D Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
