mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
librelp: Fix ptest installs to work with dash
Suggested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ do_install_ptest() {
|
|||||||
install -d ${D}${PTEST_PATH}/${TESTDIR}
|
install -d ${D}${PTEST_PATH}/${TESTDIR}
|
||||||
|
|
||||||
# copy source tests/*.sh and python scripts
|
# copy source tests/*.sh and python scripts
|
||||||
cp -f ${S}/${TESTDIR}/*.{sh,py} ${D}${PTEST_PATH}/${TESTDIR}
|
cp -f ${S}/${TESTDIR}/*.sh ${S}/${TESTDIR}/*.py ${D}${PTEST_PATH}/${TESTDIR}
|
||||||
# install data files needed by the test scripts on the target
|
# install data files needed by the test scripts on the target
|
||||||
cp -f ${S}/${TESTDIR}/*.supp ${D}${PTEST_PATH}/${TESTDIR}
|
cp -f ${S}/${TESTDIR}/*.supp ${D}${PTEST_PATH}/${TESTDIR}
|
||||||
cp -rf ${S}/${TESTDIR}/tls-certs ${D}${PTEST_PATH}/${TESTDIR}
|
cp -rf ${S}/${TESTDIR}/tls-certs ${D}${PTEST_PATH}/${TESTDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user