From 3678e7ec5d1369fb32a9f64f81a32aa03841cef7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 2 Jan 2011 13:10:22 +0000 Subject: Disable black box testing for now. --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4aea314..b79bece 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,8 @@ all: check: - python-coverage -e - python-coverage -x tests.py - python-coverage -r -m -o /usr,/var | \ - awk '{ print } /^TOTAL/ && $$2 != $$3 {exit 1}' - ./blackboxtest + python -m CoverageTestRunner --ignore-missing without-tests +# ./blackboxtest clean: rm -rf *.pyc *.pyo build dist MANIFEST -- cgit v1.2.1