summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta-oe/recipes-support/onig/onig/run-ptest2
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)
17status="${workdir}/failed" 17status="${workdir}/failed"
18touch "${status}" 18touch "${status}"
19 19
20find tests/ -perm -111 -type f -exec sh -c ' 20find 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}"