Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | From 582713cc9a013481eeef253195d644020f637ec4 Mon Sep 17 00:00:00 2001 |
| 2 | Message-Id: <582713cc9a013481eeef253195d644020f637ec4.1583403622.git.wallinux@gmail.com> |
| 3 | From: Anders Wallin <wallinux@gmail.com> |
| 4 | Date: Thu, 5 Mar 2020 11:20:04 +0100 |
| 5 | Subject: [PATCH] tests: do not run test applications from .libs |
| 6 | |
| 7 | Cross compile specific change |
| 8 | |
| 9 | Upstream-Status: Inappropriate [oe-core specific] |
| 10 | |
| 11 | Signed-off-by: Anders Wallin <wallinux@gmail.com> |
| 12 | --- |
| 13 | tests/lib/test_plugin | 2 +- |
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 15 | |
| 16 | diff --git a/tests/lib/test_plugin b/tests/lib/test_plugin |
| 17 | index 652c90cc..1f817c50 100755 |
| 18 | --- a/tests/lib/test_plugin |
| 19 | +++ b/tests/lib/test_plugin |
| 20 | @@ -26,4 +26,4 @@ fi |
| 21 | # shellcheck source=../utils/utils.sh |
| 22 | source "$UTILSSH" |
| 23 | |
| 24 | -"${BT_TESTS_BUILDDIR}/lib/plugin" "${BT_TESTS_BUILDDIR}/lib/test-plugin-plugins/.libs" |
| 25 | +"${BT_TESTS_BUILDDIR}/lib/plugin" "${BT_TESTS_BUILDDIR}/lib/test-plugin-plugins" |
| 26 | -- |
| 27 | 2.25.1 |
| 28 | |