strace: parallelize ptest

strace is one of the slowest tests otherwise (can take 40 minutes or more),
and this brings it to under 10 minutes \0/

(From OE-Core rev: 0c632b418a785494318d9f375a07d879772e8ced)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2023-09-17 11:38:40 +02:00
committed by Richard Purdie
parent c393035c88
commit 699cda33f2

View File

@@ -3,7 +3,7 @@
set -u
export TIMEOUT_DURATION=240
make -B -C tests -k test-suite.log
make -j4 -B -C tests -k test-suite.log
res=$?
if [ $res -ne 0 ]; then
cat tests/test-suite.log