diff options
| author | Bob Halley <halley@dnspython.org> | 2014-08-31 17:40:54 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2014-08-31 17:40:54 -0700 |
| commit | e3430cec7ce072322b16c2ca97c5ea506f14df31 (patch) | |
| tree | c8444e1b42c414f9eb89e893abed6ebc8709e423 /tests/Makefile | |
| parent | 889e1e7342b54687f491c4521c4329ef1feb8b8f (diff) | |
| download | dnspython-e3430cec7ce072322b16c2ca97c5ea506f14df31.tar.gz | |
Overhaul test suite to allow testing in place.
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile index cd6e4fa..8c465df 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -20,7 +20,4 @@ PYTHON=python3 check: test test: - @for i in *.py; do \ - echo "Running $$i:"; \ - ${PYTHON} $$i || exit 1; \ - done + ${PYTHON} ./utest.py |
