| Message ID | 20251204060053.3858475-1-jiaying.song.cn@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | icu: exclude debug files from ptest execution | expand |
diff --git a/meta/recipes-support/icu/icu/run-ptest b/meta/recipes-support/icu/icu/run-ptest index e5bf27a822..ccf1d99a36 100755 --- a/meta/recipes-support/icu/icu/run-ptest +++ b/meta/recipes-support/icu/icu/run-ptest @@ -2,7 +2,7 @@ TOPDIR=$(dirname "$(realpath $0)") cd ${TOPDIR}/test/tests -TESTS=$(find . -executable -type f) +TESTS=$(find . -executable -type f ! -path "*/.debug/*") for t in ${TESTS}; do ./$t if [ "$?" = "0" ]; then