Skip to content
Snippets Groups Projects
Commit 22d1783a authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fix: flavour order from stronger to lazy

parent cc8ed08d
No related branches found
No related tags found
No related merge requests found
Pipeline #9151 passed
......@@ -19,7 +19,7 @@ fi
RESULT=1;
TOOL_OUTPUT="";
for FLAVOUR in "2u" "2a" "2b" "1a" "1b" "ua1"; do
for FLAVOUR in "2u" "2a" "2b" "ua1" "1a" "1b" ; do # order from stronger to lazy
TMP=$(/usr/local/bin/verapdf --nonpdfext -f "${FLAVOUR}" -v "${FILE}")
RESULT=$?;
TOOL_OUTPUT+="\n${TMP}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment