From 86933abb6bdf24918407934c76b30a2c97b67951 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 22 Jul 2011 10:15:15 +0100 Subject: Don't build docs when running checks. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbab72c..3baff58 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: $(MAKE) -C doc html -check: all +check: python -m CoverageTestRunner --ignore-missing-from=without-tests rm .coverage ./insert-remove-test tempdir 100 -- cgit v1.2.1