From: Alexander Kanavin Date: Mon, 14 Dec 2020 09:10:40 +0000 (+0100) Subject: bzip2: run ptests without valgrind X-Git-Tag: uninative-2.10~469 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=483ca253cc25f928759263f9f3f2b3699e82252b;p=openembedded-core.git bzip2: run ptests without valgrind Otherwise, valgrind significantly slows them down, and actually even causes ptest timeouts on arm64. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bzip2/bzip2/Makefile.am b/meta/recipes-extended/bzip2/bzip2/Makefile.am index d4498947e8..7338df03eb 100644 --- a/meta/recipes-extended/bzip2/bzip2/Makefile.am +++ b/meta/recipes-extended/bzip2/bzip2/Makefile.am @@ -46,7 +46,7 @@ runtest: else echo "FAIL: sample2 decompress"; fi @if cmp sample3.tst sample3.ref; then echo "PASS: sample3 decompress";\ else echo "FAIL: sample3 decompress"; fi - ./bzip2-tests/run-tests.sh --tests-dir="$(PWD)/bzip2-tests" + ./bzip2-tests/run-tests.sh --without-valgrind --tests-dir="$(PWD)/bzip2-tests" install-ptest: sed -n '/^runtest:/,/^install-ptest:/{/^install-ptest:/!p}' \