https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42766
--- Comment #20 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 202907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202907&action=edit Bug 42766: Add tests for logscriptaction() and _scrub_argv() t/db_dependent/Log.t - Add subtest verifying logscriptaction() logs to the SCRIPTS module, respects the ScriptLog preference, prefixes loginfo with $0, appends the info parameter, and honours custom action values. t/Koha/Script_scrub_argv.t - New test file exercising all branches of _scrub_argv(): --flag value form, --flag=value form, non-sensitive flags, case- insensitive matching, multiple sensitive patterns (token, secret, apikey, api_key), and a flag immediately followed by another flag. Signed-off-by: David Nind <[email protected]> Signed-off-by: Nick Clemens <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
