From c8e17fc02a2d3ebbee3e7c34cd7828858e13fe57 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 31 May 2014 11:07:58 -0700 Subject: overhaul test system --- tests/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 6ab444f..1524552 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -20,7 +20,4 @@ PYTHON=python check: test test: - @for i in *.py; do \ - echo "Running $$i:"; \ - ${PYTHON} $$i || exit 1; \ - done + ${PYTHON} ./utest.py -- cgit v1.2.1