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

- bugfix: wrong exit code on valid files

parent 20c824fe
Branches
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ echo "${TOOL_OUTPUT}"
# exit code
# 0 -> valid media file
# 1 -> invalid media file
echo ${TOOL_OUTPUT} | grep "Outcome" | head -n1 | grep -v "fail"
echo "${TOOL_OUTPUT}" | grep "Outcome" | head -n1 | grep -v "fail"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment