summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace')
-rwxr-xr-xmeta/recipes-devtools/strace/strace/run-ptest6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-ptest
index 02bb91e07f..86daed9220 100755
--- a/meta/recipes-devtools/strace/strace/run-ptest
+++ b/meta/recipes-devtools/strace/strace/run-ptest
@@ -3,11 +3,7 @@
3set -u 3set -u
4 4
5export TIMEOUT_DURATION=240 5export TIMEOUT_DURATION=240
6chown nobody tests 6make -B -C tests -k test-suite.log
7chown nobody tests/*
8chown nobody ../ptest
9
10su nobody -c "make -B -C tests -k test-suite.log"
11res=$? 7res=$?
12if [ $res -ne 0 ]; then 8if [ $res -ne 0 ]; then
13 cat tests/test-suite.log 9 cat tests/test-suite.log