]> code.ossystems Code Review - openembedded-core.git/commit
lttng-tools: Improve ptest robustness
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2018 15:14:11 +0000 (15:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Nov 2018 10:11:24 +0000 (10:11 +0000)
commit3113fb0812aba96df59fca58fe68b751d1d886e6
treef446636ec6f5d20b720b4b5e5ffd875134c29c7e
parentef25d9bb18b3a26eefe7fc0c2d7003578c55f416
lttng-tools: Improve ptest robustness

There are some fatal make errors that occur from the current ptest
for lttng-tools however since other tests are successful, those make
build failures were being ignored.

When upgrading, the order of test execution changed and the ptest failed
fatally straight away with the same errors.

Passing -k to make means it will try and run all the tests making the
test suite run more consistently over all lttng-tools versions.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-tools/run-ptest