mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:59:27 +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>
This commit is contained in:
parent
46d69cd07c
commit
cd629b722d
@ -1,3 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
./cctest
|
||||
if [ $? = 0 ]; then
|
||||
echo "PASS: nodejs"
|
||||
else
|
||||
echo "FAIL: nodejs"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user