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

- fix: removed (unintentional) additional output (from grep)

parent 8faf3642
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 -m 1 "Outcome" | grep -v "fail"
echo "${TOOL_OUTPUT}" | grep -m 1 "Outcome" | grep -v "fail" > /dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment