Skip to content

Commit

Permalink
remove misleading data
Browse files Browse the repository at this point in the history
  • Loading branch information
salsal97 committed Jun 30, 2022
1 parent b6e0580 commit 7f6b600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/myst_cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ touch "${MYST_ROOT}"/target/shared/crypto.gcda
touch "${MYST_ROOT}"/target/shared/crypto.gcno

rm $(find "${MYST_ROOT}"/build/obj/ -name "*.gc*")
rm $(find "${MYST_ROOT}" -wholename "*build*gcno")
rm $(find "${MYST_ROOT}" -wholename "*build*gcda")

# remove the gcda files created in the test directories
rm $(find "${MYST_ROOT}"/tests/ -name "*.gc*")
Expand Down

0 comments on commit 7f6b600

Please sign in to comment.