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

- fix: removed (unintentional) additional output (from grep) for iccDumpProfile wrapper

parent c353f941
No related branches found
No related tags found
No related merge requests found
Pipeline #7102 passed
......@@ -23,4 +23,4 @@ echo "${TOOL_OUTPUT}"
# exit code
# 0 -> valid icc file
# 1 -> invalid icc file
echo ${TOOL_OUTPUT} | grep -v "Profile violates ICC specification"
echo ${TOOL_OUTPUT} | grep -v "Profile violates ICC specification" > /dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment