summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c87b78..cbfbc2c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,5 @@ all:
check:
python-coverage -e
python-coverage -x tests.py
- python-coverage -r -m -o /usr,/var
+ python-coverage -r -m -o /usr,/var | \
+ awk '{ print } /^TOTAL/ && $$2 != $$3 {exit 1}'