[Koha-bugs] [Bug 32349] Remove TEST_QA

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 16 08:34:12 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
#!/usr/bin/perl

And a bit later:

set -e

git ls-files |
grep -Ev '\.(gif|jpg|png|pdf|ogg|psd|swf|odt|zip|ico|DS_Store|chr|dat)$' |
grep -v /js/tinymce/ |
while read filename
do
    if ! isutf8 -q "$filename"
    then
        echo "$filename"
    fi
done

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list