Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] lttng-tools: Improve ptest robustness
@ 2018-11-19 15:32 Richard Purdie
  2018-11-19 15:32 ` [PATCH 2/3] lttng-tools: Upgrade 2.9.5 -> 2.10.5 and improve ptest Richard Purdie
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Purdie @ 2018-11-19 15:32 UTC (permalink / raw)
  To: openembedded-core

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/lttng-tools/run-ptest b/meta/recipes-kernel/lttng/lttng-tools/run-ptest
index 705030ee53b..dbb18820a4c 100755
--- a/meta/recipes-kernel/lttng/lttng-tools/run-ptest
+++ b/meta/recipes-kernel/lttng/lttng-tools/run-ptest
@@ -3,4 +3,4 @@
 # test plan to raise ERRORs; this is just noise.
 makeargs="LOG_DRIVER_FLAGS=--ignore-exit top_srcdir=$PWD top_builddir=$PWD"
 make -k -t all >/dev/null 2>&1
-exec make -s $makeargs check 2>/dev/null
+exec make -k -s $makeargs check 2>/dev/null
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-19 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-19 15:32 [PATCH 1/3] lttng-tools: Improve ptest robustness Richard Purdie
2018-11-19 15:32 ` [PATCH 2/3] lttng-tools: Upgrade 2.9.5 -> 2.10.5 and improve ptest Richard Purdie
2018-11-19 15:32 ` [PATCH 3/3] nasm: Couple of recipe cleanups Richard Purdie
2018-11-19 16:05 ` ✗ patchtest: failure for "lttng-tools: Improve ptest rob..." and 2 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox