diff options
| author | Nathan Lynch <nathan_lynch@mentor.com> | 2017-01-16 12:51:45 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:47:21 +0000 |
| commit | 9ba3f6d20fdcf3cd29029ec8bd3ce201523018be (patch) | |
| tree | 1a5a9297a9a854a710c3991ac9bbc0f959f3b81f /meta/recipes-kernel/lttng/lttng-tools/run-ptest | |
| parent | 493af5a84c50c93bca097f91f5e62ffeafb13a15 (diff) | |
| download | poky-9ba3f6d20fdcf3cd29029ec8bd3ce201523018be.tar.gz | |
lttng-tools: upgrade to 2.9.3
Notable recipe changes:
* switch to using release tarball
* brokensep no longer required
* drop upstreamed error.h patch
* change do_install_ptest to selectively copy build artifacts to
install tree.
* use backported patch to address file-rdeps warning
(From OE-Core rev: 0846aaa429a18557129579260ff09c0145aba903)
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.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/run-ptest')
| -rwxr-xr-x | meta/recipes-kernel/lttng/lttng-tools/run-ptest | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/run-ptest b/meta/recipes-kernel/lttng/lttng-tools/run-ptest index 6230063442..705030ee53 100755 --- a/meta/recipes-kernel/lttng/lttng-tools/run-ptest +++ b/meta/recipes-kernel/lttng/lttng-tools/run-ptest | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # Without --ignore-exit, the tap harness causes any FAILs within a | 2 | # Without --ignore-exit, the tap harness causes any FAILs within a |
| 3 | # test plan to raise ERRORs; this is just noise. | 3 | # test plan to raise ERRORs; this is just noise. |
| 4 | makeargs="LOG_DRIVER_FLAGS=--ignore-exit" | 4 | makeargs="LOG_DRIVER_FLAGS=--ignore-exit top_srcdir=$PWD top_builddir=$PWD" |
| 5 | make -t all >/dev/null 2>&1 && exec make -s $makeargs check 2>/dev/null | 5 | make -k -t all >/dev/null 2>&1 |
| 6 | exec make -s $makeargs check 2>/dev/null | ||
