From b869b760c4bdcb273ddc86c7307e4690ea58cb7c Mon Sep 17 00:00:00 2001 From: Jyrki Vesterinen Date: Fri, 27 Jul 2018 23:49:24 +0300 Subject: [PATCH] check_utf8.sh: don't check the second Lua bytecode test scenario This avoids the other file with binary data. --- utils/travis/check_utf8.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/travis/check_utf8.sh b/utils/travis/check_utf8.sh index 5a52c6ed18be..86ef79744d9d 100755 --- a/utils/travis/check_utf8.sh +++ b/utils/travis/check_utf8.sh @@ -6,7 +6,8 @@ # wesnoth repository. set -e find src/ -type f -print0 | xargs -0 isutf8 -- -find data/ -not -name "*.png" -not -name "*.ogg" -not -name "*.jpg" -not -name "*.wav" -not -name "*.gif" -not -name "*.xcf" -not -name "*.bin" -type f -print0 | xargs -0 isutf8 -- +find data/ -not -name "*.png" -not -name "*.ogg" -not -name "*.jpg" -not -name "*.wav" -not -name "*.gif" -not -name "*.xcf" -not -name "*.bin" \ + -not -name "test_cve_2018_1999023_2.cfg" -type f -print0 | xargs -0 isutf8 -- find po/ -type f -print0 | xargs -0 isutf8 -- isutf8 changelog isutf8 RELEASE_NOTES