summaryrefslogtreecommitdiff
path: root/tests/gold/html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gold/html')
-rw-r--r--tests/gold/html/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gold/html/Makefile b/tests/gold/html/Makefile
index 604ece7a..c10ede3f 100644
--- a/tests/gold/html/Makefile
+++ b/tests/gold/html/Makefile
@@ -18,6 +18,7 @@ clean: ## Remove the effects of this Makefile.
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
@for sub in $$TMPDIR/coverage_test/*HtmlGoldTests*/out; do \
rsync --verbose --existing --recursive $$sub/ . ; \
done ; \