Skip to content
Snippets Groups Projects
Commit 7f6a6ee6 authored by anpryl's avatar anpryl
Browse files

Fix build script

parent 8e10f850
Branches
Tags
No related merge requests found
......@@ -21,6 +21,10 @@ parse_params() {
RUN_TESTS=1
continue
fi
if test "$1" = "--integration" || test "$1" = "-i"; then
shift
continue
fi
echo "error: unknown param '$1'" >&2
exit 1
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment