mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
ptest: fix packaging of test data
Use correct path for the test sources and data. Pick-to: 6.3 Change-Id: I90f14130dce7f3b5ef3ae45dbdd60540c795ba9e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
6492c16955
commit
d1ffa135a7
|
|
@ -47,7 +47,7 @@ fakeroot do_install_ptest() {
|
|||
test=${f##${D}${PTEST_PATH}/}
|
||||
testdir=$(dirname ${test})
|
||||
# tests may depend on files from sources
|
||||
if [ -e ${S}${testdir} ]; then
|
||||
if [ -e ${S}/${testdir} ]; then
|
||||
cp -r ${S}/${testdir}/* ${D}${PTEST_PATH}/${testdir}
|
||||
fi
|
||||
echo ${test} >> ${D}${PTEST_PATH}/tst_list
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user