From df65309fd67c1bbf519dfb5d5ae8658163264dac Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 10 Jul 2008 10:25:44 +0200 Subject: [PATCH] status output from 'make test' target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1026ec2b..37380a2a 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,11 @@ testclean: rm -fr BUILD test: testclean - ${PYTHON} runtests.py + ${PYTHON} runtests.py -vv test3: testclean ${PYTHON} runtests.py --no-cleanup - python3.0 runtests.py --no-cython + python3.0 runtests.py -vv --no-cython s5: $(MAKE) -C Doc/s5 slides -- 2.26.2