summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools/run-ptest')
-rwxr-xr-xmeta/recipes-kernel/lttng/lttng-tools/run-ptest7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/run-ptest b/meta/recipes-kernel/lttng/lttng-tools/run-ptest
index e758815c77..6230063442 100755
--- a/meta/recipes-kernel/lttng/lttng-tools/run-ptest
+++ b/meta/recipes-kernel/lttng/lttng-tools/run-ptest
@@ -1,4 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2 2# Without --ignore-exit, the tap harness causes any FAILs within a
3make -C tests installcheck 3# test plan to raise ERRORs; this is just noise.
4 4makeargs="LOG_DRIVER_FLAGS=--ignore-exit"
5make -t all >/dev/null 2>&1 && exec make -s $makeargs check 2>/dev/null