mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 13:49:05 +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 cd629b722db82b6ec0e97f6564ba52abfe57d93c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
2bb6bb3dad
commit
dbfe83d4c5
@ -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