From e1780ccfc89e9ff4e260276f28ffa0bb8e9b44e1 Mon Sep 17 00:00:00 2001 From: Anders Wallin Date: Fri, 9 Apr 2021 14:59:33 +0200 Subject: lttng-tools: Fix path for test_python_looging " was missing Signed-off-by: Anders Wallin Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/lttng') diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb index 281107db2c..6132daf1a1 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb @@ -155,7 +155,7 @@ do_install_ptest () { -i ${D}${PTEST_PATH}/tests/unit/Makefile # Fix hardcoded build path - sed -e 's#TESTAPP_PATH=.*/tests/regression/#TESTAPP_PATH=${PTEST_PATH}/tests/regression/#' \ + sed -e 's#TESTAPP_PATH=.*/tests/regression/#TESTAPP_PATH="${PTEST_PATH}/tests/regression/#' \ -i ${D}${PTEST_PATH}/tests/regression/ust/python-logging/test_python_logging # Substitute links to installed binaries. -- cgit 1.2.3-korg