summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-17 11:38:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-18 08:53:10 +0100
commit699cda33f24390c5f1429b24af767564fdb68ad6 (patch)
treed6a7721db57a9f4121d7968e7c946884e5a2d231 /meta/recipes-devtools/strace
parentc393035c88914142d13933f0ab5e6bc14d393366 (diff)
downloadpoky-699cda33f24390c5f1429b24af767564fdb68ad6.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/strace')
-rwxr-xr-xmeta/recipes-devtools/strace/strace/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-ptest
index 86daed9220..1224229e8f 100755
--- a/meta/recipes-devtools/strace/strace/run-ptest
+++ b/meta/recipes-devtools/strace/strace/run-ptest
@@ -3,7 +3,7 @@
3set -u 3set -u
4 4
5export TIMEOUT_DURATION=240 5export TIMEOUT_DURATION=240
6make -B -C tests -k test-suite.log 6make -j4 -B -C tests -k test-suite.log
7res=$? 7res=$?
8if [ $res -ne 0 ]; then 8if [ $res -ne 0 ]; then
9 cat tests/test-suite.log 9 cat tests/test-suite.log