mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
lttng-tools: Fix path for test_python_looging
" was missing (From OE-Core rev: e1780ccfc89e9ff4e260276f28ffa0bb8e9b44e1) Signed-off-by: Anders Wallin <anders.wallin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
beb01f1820
commit
565cbd773d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user