On Tue, 23 Jan 2024 at 09:21, Chi Xu <chi...@eng.windriver.com> wrote: > +tests=`find . -type f -executable | sed 's/\.\///g'` > + > +for i in ${tests}; do > + if [ $i == "create_compress_files" ]; then > + ./$i > + if [ $? -eq 0 ]; then > + echo "PASS: $i" > + else > + echo "FAIL: $i" > + fi > + else > + ./$i > + fi
This should be investigated a bit more. Why does create_compress_files need to be special cased and other tests do not? Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#194223): https://lists.openembedded.org/g/openembedded-core/message/194223 Mute This Topic: https://lists.openembedded.org/mt/103905858/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-