summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-13 08:13:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-13 08:13:13 -0400
commitf9ed325deb8f25fe808a7038902f8e30191a854e (patch)
treee0c072f9f79e5b754154da6b9e6e223c4a2488c9 /Makefile
parent8397587f7ab3621e11c93cc1a3684843c0dc4176 (diff)
downloadpython-coveragepy-git-f9ed325deb8f25fe808a7038902f8e30191a854e.tar.gz
Update the test output css files too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4b0270b..9c2a971c 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ SCSS = coverage/htmlfiles/style.scss
css: $(CSS)
$(CSS): $(SCSS)
sass --style=compact --sourcemap=none --no-cache $(SCSS) $@
+ cp $@ tests/gold/html/styled
LINTABLE = coverage tests igor.py setup.py __main__.py