|
@@ -1,3 +1,4 @@
|
|
|
+# TODO: this is a not a python script!
|
|
|
PYTESTS = correct_test.sh
|
|
|
EXTRA_DIST = get_zonedatas.py
|
|
|
EXTRA_DIST += include.db
|
|
@@ -21,5 +22,5 @@ check-local:
|
|
|
for pytest in $(PYTESTS) ; do \
|
|
|
echo Running test: $$pytest ; \
|
|
|
env PYTHONPATH=$(abs_top_srcdir)/src/lib/python:$(abs_top_builddir)/src/lib/python:$(abs_top_builddir)/src/bin/loadzone \
|
|
|
- $(SHELL) $(abs_builddir)/$$pytest ; \
|
|
|
+ $(SHELL) $(abs_builddir)/$$pytest || exit ; \
|
|
|
done
|