summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-02 13:10:22 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-02 13:10:22 +0000
commit3678e7ec5d1369fb32a9f64f81a32aa03841cef7 (patch)
tree5969278c2e1d8781fabcba4a34607bdf8301023c
parentbb4089be305a86216b63c11f508445b129a57716 (diff)
downloadgenbackupdata-3678e7ec5d1369fb32a9f64f81a32aa03841cef7.tar.gz
Disable black box testing for now.
-rw-r--r--Makefile7
1 files 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