mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Docker: Fix coverage tests
This commit is contained in:
parent
c8c9127a52
commit
f1834bb646
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ make ARCH="${ARCH}" VERSION="${VERSION}" TESTOPTS="${TESTOPTS}" test
|
|||
# As a workaround we'll simply remove the offending files for now.
|
||||
rm -fv "/workspace/cp2k/obj/${ARCH}/${VERSION}"/almo_scf_types.gcda
|
||||
rm -fv "/workspace/cp2k/obj/${ARCH}/${VERSION}"/mp2_types.gcda
|
||||
rm -fv "/workspace/cp2k/obj/${ARCH}/${VERSION}"/exts/*/*.gcda
|
||||
rm -fv "/workspace/cp2k/obj/${ARCH}/${VERSION}"/rpa_im_time.gcda
|
||||
rm -f "/workspace/cp2k/obj/${ARCH}/${VERSION}"/exts/*/*.gcda
|
||||
|
||||
#cd /tmp
|
||||
#for i in /workspace/cp2k/obj/${ARCH}/${VERSION}/*.gcda; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue