https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42766 --- Comment #4 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 199883 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199883&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. -- You are receiving this mail because: You are watching all bug changes.