aboutsummaryrefslogtreecommitdiffstats
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:20:03 -0400
committerDengke Du <dengke.du@windriver.com>2016-04-29 04:20:03 -0400
commit8f633600aeaa420d61f5849365bafaf863d6c8ba (patch)
tree98dc4aa00d1f01a51c682f0347c3ce813c426cde /meta/recipes-kernel/lttng/lttng-tools_git.bb
parenta9b503b268e94d311f892fa00c5d6bd9ffdb228e (diff)
downloadopenembedded-core-contrib-dengke/filter-lttng-tools-ptest-output.tar.gz
lttng-tools: filter random filename of ptest outputdengke/filter-lttng-tools-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! Signed-off-by: Dengke Du <dengke.du@windriver.com>
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 \
file://Revert-Build-look-for-python-3.0-when-building-pytho.patch \
file://stop-using-SIGUNUSED.patch \
file://runtest-2.4.0.patch \
+ file://0001-lttng-tools-filter-random-filename-of-tests-output.patch \
file://run-ptest"
S = "${WORKDIR}/git"