mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
bzip2: run ptests without valgrind
Otherwise, valgrind significantly slows them down, and actually even causes ptest timeouts on arm64. (From OE-Core rev: 483ca253cc25f928759263f9f3f2b3699e82252b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c4c6bb89cf
commit
2622ec78f8
|
@ -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}' \
|
||||
|
|
Loading…
Reference in New Issue
Block a user