summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools_git.bb
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2016-04-29 04:36:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-11 10:33:42 +0100
commit361c5be77f6e32d6eb68b94b93840c34453ba3f2 (patch)
treed31244e7b3d5a23ba4835b6577ee07965d5a5552 /meta/recipes-kernel/lttng/lttng-tools_git.bb
parentc7bf1a871a40ebb1153b6624a90a1781a662a0b2 (diff)
downloadpoky-361c5be77f6e32d6eb68b94b93840c34453ba3f2.tar.gz
lttng-tools: filter random filename of ptest output
When run the ptest of lttng-tools, it produced many random filename when the tests passed, the output confused QA analysis, so we need to filter the ptest output if tests passed and add up the passed and failed tests. NOTE:The tests invoked the run.sh twice, so it output like this: ... FAIL:... unit_tests statistics total pass: 133 tests passed! total fail: 5 tests failed! ... FAIL:... fast_regression statistics total pass: 1904 tests passed! total fail: 202 tests failed! (From OE-Core rev: 29a8c45be2862be02afe2ebbc5c026a42f351990) Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_git.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb
index 8bd09892ca..3ce4a9ee17 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb
@@ -30,6 +30,7 @@ SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.7 \
30 file://Revert-Build-look-for-python-3.0-when-building-pytho.patch \ 30 file://Revert-Build-look-for-python-3.0-when-building-pytho.patch \
31 file://stop-using-SIGUNUSED.patch \ 31 file://stop-using-SIGUNUSED.patch \
32 file://runtest-2.4.0.patch \ 32 file://runtest-2.4.0.patch \
33 file://0001-lttng-tools-filter-random-filename-of-tests-output.patch \
33 file://run-ptest" 34 file://run-ptest"
34 35
35S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"