mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
nodejs: Fix ptest result reporting
This fixes
AssertionError:-
ptests which had no test results:
['nodejs']
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cd629b722d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
./cctest
|
./cctest
|
||||||
|
if [ $? = 0 ]; then
|
||||||
|
echo "PASS: nodejs"
|
||||||
|
else
|
||||||
|
echo "FAIL: nodejs"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user