mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
strace ptests can run successfully with root user, there is no need to run as "nobody". The ptest results are the same. (From OE-Core rev: 5ab213178c011152e29dfb0a80251c5e5ab79900) Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
155 B
Executable File
155 B
Executable File
#!/bin/sh
set -u
export TIMEOUT_DURATION=240 make -B -C tests -k test-suite.log res=$? if [ $res -ne 0 ]; then cat tests/test-suite.log fi exit $res