Skip to content
Snippets Groups Projects
Commit 011947a8 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

zscanner-test: add missing exit if error (quiet mode)

parent 5db96aa5
Branches
Tags
1 merge request!12Make zscanner more independent from common source
......@@ -34,6 +34,8 @@ for file in $(find "${TESTS_DIR}" -name "*.in" | sort -n); do
if [ $# -ne 0 ]; then
echo "\n=== ${fileout} DIFF ======================"
diff "${OUTS_DIR}/${fileout}" "${TESTS_DIR}/${fileout}"
else
exit $RET
fi
fi
done
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment