Terminate some tests more gracefully.
[super-star-trek.git] / test / Makefile
index 557cbd50658da21b91653fc8c0e7f658d074ef23..f735cc70afef8f3c9016df7e8a929ee618dae866 100644 (file)
@@ -1,21 +1,12 @@
 # Test-suite makefile for sst
 
-PYTHON=python
-
-TAPFILTER=cat
-ifeq (,$(command -v tapview))
-       TAPFILTER=tapview
-else
-       ifeq (,$(command -v tappy))
-               TAPFILTER=tappy
-       endif
-endif
+PYTHON=python3
 
 all:
        @echo "With Python 2:"
-       @$(MAKE) -e PYTHON=python2 regress | $(TAPFILTER)
+       @$(MAKE) -e PYTHON=python2 regress | ./tapview
        @echo "With Python 3:"
-       @$(MAKE) -e PYTHON=python3 regress | $(TAPFILTER)
+       @$(MAKE) -e PYTHON=python3 regress | ./tapview
        @echo "No diff output is good news."
 
 .SUFFIXES: .log .chk