summaryrefslogtreecommitdiff
path: root/openembedded/scripts
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-05-21 13:35:10 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-05-21 13:35:10 +0100
commit9b9b3cb7e6a2f1143a6d83e8c505d248f190ac2e (patch)
treee877ba4b10fe1eafdc11f973110416cbd9edfdfa /openembedded/scripts
parent7fa09fadc9bd5718f21116b02e635edfce8016c6 (diff)
LTP: fixed result parsing when running each package separately
When running packages separately in the same LAVA job, results were concatenated. Now result files are stored in the test execution directory and are separate for each lava-test-shell. ltpfixup.sh script was moved to 'common' directory. Definition was unified between Ubuntu and OE. Change-Id: I43372b0d060d88f871407bc4b1b44c2cf94ef333 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'openembedded/scripts')
-rwxr-xr-xopenembedded/scripts/ltpfixup.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/openembedded/scripts/ltpfixup.sh b/openembedded/scripts/ltpfixup.sh
deleted file mode 100755
index 3374d58..0000000
--- a/openembedded/scripts/ltpfixup.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cd /opt/ltp
-./runltp -p -q -f $1
-find ./results -name "LTP_RUN_ON*" -print0 |xargs -0 cat
-exit 0