1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/testing/py3-empy/10-fix-test-case.patch
Russ Webber ea92fe3d7c
testing/py3-empy: new aport
http://www.alcyone.com/software/empy/
A powerful and robust templating system for Python.

Closes: GH-7635
2019-05-26 06:51:01 +02:00

8 lines
184 B
Diff

--- src/test.sh.orig
+++ src/test.sh
@@ -26,4 +26,5 @@
echo "EmPy checks out." 1>&2
else
echo "EmPy does not check out! Please mail output to author." 1>&2
+ exit 1
fi