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

Added options to change the build of html pages

parent c654c50a
No related branches found
No related tags found
1 merge request!6Issue 9
Pipeline #
......@@ -30,12 +30,11 @@
# The script works best (i.e. it is tested) if run within a docker container
# started from the storm2/ngx-voms-build image.
mkdir -p cov
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/
geninfo --output-filename /tmp/coverage.info ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6/objs/addon/src/
genhtml --prefix ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6/objs/addon/src/ --ignore-errors source --demangle-cpp /tmp/coverage.info \
--legend --title "coverage ngix" --output-directory=/tmp/coverage-report
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
exit_status=$?
if [ ! $exit_status -eq 0 ]; then
echo "check output"
......
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