diff options
-rwxr-xr-x | meta-oe/recipes-support/onig/onig/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/onig/onig/run-ptest b/meta-oe/recipes-support/onig/onig/run-ptest index 2574d7efa5..fbce336990 100755 --- a/meta-oe/recipes-support/onig/onig/run-ptest +++ b/meta-oe/recipes-support/onig/onig/run-ptest | |||
@@ -17,7 +17,7 @@ workdir=$(mktemp -d -t onig.ptest.XXXXXX) | |||
17 | status="${workdir}/failed" | 17 | status="${workdir}/failed" |
18 | touch "${status}" | 18 | touch "${status}" |
19 | 19 | ||
20 | find tests/ -perm -111 -type f -exec sh -c ' | 20 | find tests/ -perm -111 -type f ! -path "tests/.debug/*" -exec sh -c ' |
21 | workdir="${1}" | 21 | workdir="${1}" |
22 | status="${2}" | 22 | status="${2}" |
23 | t="${3}" | 23 | t="${3}" |