1From 582713cc9a013481eeef253195d644020f637ec4 Mon Sep 17 00:00:00 2001 2Message-Id: <582713cc9a013481eeef253195d644020f637ec4.1583403622.git.wallinux@gmail.com> 3From: Anders Wallin <wallinux@gmail.com> 4Date: Thu, 5 Mar 2020 11:20:04 +0100 5Subject: [PATCH] tests: do not run test applications from .libs 6 7Cross compile specific change 8 9Upstream-Status: Inappropriate [oe-core specific] 10 11Signed-off-by: Anders Wallin <wallinux@gmail.com> 12--- 13 tests/lib/test_plugin | 2 +- 14 1 file changed, 1 insertion(+), 1 deletion(-) 15 16diff --git a/tests/lib/test_plugin b/tests/lib/test_plugin 17index 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-- 272.25.1 28 29