mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Docker: Fix git revision in coverage report
This commit is contained in:
parent
45c01ce062
commit
3487300e55
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue