Skip to content
Snippets Groups Projects
Commit 102333f0 authored by Elisabetta Ronchieri's avatar Elisabetta Ronchieri
Browse files

added check

parent e1bd2abd
1 merge request!6Issue 9
Pipeline #
......@@ -35,4 +35,10 @@ cd cov
geninfo --base-directory ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6/objs/addon/src/ --output-filename coverage.info ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6/objs/addon/src/
genhtml --demangle-cpp coverage.info &> output
genhtml --demangle-cpp coverage.info &>output
exit_status=$?
if [ ! $exit_status -eq 0 ]; then
echo "check output"
fi
echo $exit_status
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment