CI: make clean -> remove coverage data (#2259)

This commit is contained in:
mmetc 2023-06-05 13:03:18 +02:00 committed by GitHub
parent 18764eff0e
commit 7673a20467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -82,6 +82,7 @@ bats-clean:
@$(RM) $(LOCAL_INIT_DIR) $(WIN_IGNORE_ERR)
@$(RM) $(TEST_DIR)/dyn-bats/*.bats $(WIN_IGNORE_ERR)
@$(RM) test/.environment.sh $(WIN_IGNORE_ERR)
@$(RM) test/coverage/* $(WIN_IGNORE_ERR)
# Run the test suite
bats-test: bats-environment bats-check-requirements

View file

@ -48,7 +48,7 @@ setup_file() {
# remove all machines
for machine in $(cscli machines list -o json | jq -r '.[].machineId'); do
cscli machines delete "${machine}"
cscli machines delete "${machine}" >/dev/null 2>&1
done
config_disable_agent