Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fa73e2d7 authored by hhakim's avatar hhakim
Browse files

Fix build dir pattern.

parent ab8948f9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
REPORT_NAME="$1"
python3 -m venv junit_venv # use default python3 in PATH (the same has been used in ctest building -- cf. CDashConfScript)
source junit_venv/bin/activate
export BUILD_DIR=$(ls -d build | tail -1)
export BUILD_DIR=$(ls -d build* | tail -1)
pip install junit2html
junit2html ${BUILD_DIR}/junit_output.xml ${BUILD_DIR}/${REPORT_NAME}.html
deactivate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment