https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292
--- Comment #11 from Jonathan Druart <[email protected]> --- Created attachment 64127 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64127&action=edit Bug 18292: Remove return 1 statements in tests The test files do not need to return 1 Patch generated with: perl -p -i -e "s/^1;\n//xsm" t/**/*.t Test plan: git grep '^1;$' t/**/*.t should not return any results -- 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/
