diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-08 07:38:19 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-08 07:38:19 -0400 |
| commit | 56f850956513578b2a73ac1e1be5e3c9483432e6 (patch) | |
| tree | 9d7a5322d47f4a3cea3d16f5a3f2db0e09906f2c /tests/gold | |
| parent | 6a47234fa274a02c9e958a2e53216671635f0849 (diff) | |
| download | python-coveragepy-git-56f850956513578b2a73ac1e1be5e3c9483432e6.tar.gz | |
build: make "clean" targets be quiet
Diffstat (limited to 'tests/gold')
| -rw-r--r-- | tests/gold/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gold/html/Makefile b/tests/gold/html/Makefile index c10ede3f..fc3487cd 100644 --- a/tests/gold/html/Makefile +++ b/tests/gold/html/Makefile @@ -15,7 +15,7 @@ complete: ## Copy support files into directories so the HTML can be viewed prop true # because the for loop exits with 1 for some reason. clean: ## Remove the effects of this Makefile. - git clean -fq . + @git clean -fq . update-gold: ## Copy output files from latest tests to gold files. echo Note: this doesn't work now, it has to be updated for tests/actual |
