From e4542b09ebc785684dde30af7123d7009e55f6be Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 31 Jan 2018 17:45:02 +0100 Subject: community/lua-dromozoa-utf8: upgrade to 1.8 --- community/lua-dromozoa-utf8/test.sh.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 community/lua-dromozoa-utf8/test.sh.patch (limited to 'community/lua-dromozoa-utf8/test.sh.patch') diff --git a/community/lua-dromozoa-utf8/test.sh.patch b/community/lua-dromozoa-utf8/test.sh.patch new file mode 100644 index 0000000000..7632adf739 --- /dev/null +++ b/community/lua-dromozoa-utf8/test.sh.patch @@ -0,0 +1,17 @@ +Don't overwhelm console with test output... + +--- a/test.sh ++++ b/test.sh +@@ -24,7 +24,11 @@ + + for i in test/test*.lua + do +- "$lua" "$i" ++ "$lua" "$i" > "${i%.lua}.out" 2>&1 || { ++ echo "Tests failed, printing last 30 lines of the output..." ++ tail -n 30 "${i%.lua}.out" ++ exit 1 ++ } + done + + mkdir -p out -- cgit v1.2.3