mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
lttng-tools: Fix path for test_python_looging
" was missing (From OE-Core rev: 73bc035151760ce6d07bb3541607544f71adae7e) Signed-off-by: Anders Wallin <anders.wallin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e1780ccfc89e9ff4e260276f28ffa0bb8e9b44e1) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
043817eabd
commit
5bfd931c2e
@@ -155,7 +155,7 @@ do_install_ptest () {
|
|||||||
-i ${D}${PTEST_PATH}/tests/unit/Makefile
|
-i ${D}${PTEST_PATH}/tests/unit/Makefile
|
||||||
|
|
||||||
# Fix hardcoded build path
|
# 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
|
-i ${D}${PTEST_PATH}/tests/regression/ust/python-logging/test_python_logging
|
||||||
|
|
||||||
# Substitute links to installed binaries.
|
# Substitute links to installed binaries.
|
||||||
|
|||||||
Reference in New Issue
Block a user