Skip to content

Commit

Permalink
Docker: Fix git revision in coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Nov 23, 2018
1 parent 45c01ce commit 3487300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/scripts/test_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ source /opt/cp2k-toolchain/install/setup

echo -e "\n========== Running Regtests =========="
cd /workspace/cp2k
CP2K_REVISION=$(./tools/build_utils/get_revision_number)
rm -rf "obj/${ARCH}/${VERSION}"/*.gcda # remove old gcov statistics

make ARCH="${ARCH}" VERSION="${VERSION}" TESTOPTS="${TESTOPTS}" test
Expand Down

0 comments on commit 3487300

Please sign in to comment.