summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-08-12 22:48:58 +0200
committerpgen <p.gen.progs@gmail.com>2018-08-14 00:09:39 +0200
commit893b3ce0f54b1810610261f5ab5b16dd854c9e8a (patch)
tree2f76ff5d76d6077755a91bb79b0f2df7ae688816 /Makefile.in
parent3b1c68dc1036eba0809b169a5f5571b9703366ba (diff)
Add a blacklist mechanism for some failing tests
On some systems ptylie behaves wrongly. This leads to some tests failing where they should succeed.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 440be58..682b74a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -833,6 +833,7 @@ dist-hook:
find * -name 'data*' -o \
-name '*.in' -o \
-name '*.tst' -o \
+ -name '*.bl' -o \
-name '*.good' \
| cpio -o > tests.cpio 2>/dev/null
@gzip -f9 $(distdir)/tests/tests.cpio