Browse Source

Ignore the ucd-tools test executables in the non-executable file test.

master
Reece H. Dunn 4 years ago
parent
commit
bcf3b5fec2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tests/non-executable-files-with-executable-bit.test

+ 1
- 0
tests/non-executable-files-with-executable-bit.test View File

@@ -7,6 +7,7 @@ find * -executable -type f | \
grep -vE "*\.test|tests/common|src(/\.libs)?/(e?speak-ng|.*\.so\..*)|src/\.libs/lt-espeak-ng" | # Ignore built programs and libraries \
grep -vE "*.\.sh|tools/emoji" | # Ignore helper scripts \
grep -vE "src/ucd-tools/tools/(.*\.py|mkencodingtable)" | # Ignore ucd-tools helper scripts \
grep -vE "tests/.libs|src/ucd-tools/tests/print(ucd|c)data(_cpp)?" | # Ignore ucd-tools test programs \
tee tests/non-executable-files-with-executable-bit.check > /dev/null

if [ -s tests/non-executable-files-with-executable-bit.check ] ; then

Loading…
Cancel
Save