mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
inotify-tools: Unify the ptest output
Make the ptest output in the format [1] used by Automake like result: testname [1] https://docs.yoctoproject.org/dev/test-manual/ptest.html#testing-packages-with-ptest Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
553b811b2f
commit
78e81c6390
|
|
@ -13,9 +13,11 @@ echo "$output"
|
|||
# Evaluate result based on exit code
|
||||
if [ $status -eq 0 ]; then
|
||||
echo "All tests passed successfully."
|
||||
echo "PASS: inotify-tools"
|
||||
exit 0
|
||||
else
|
||||
echo "Test program exited with status $status."
|
||||
echo "Some tests may have failed. See output above for details."
|
||||
echo "FAIL: inotify-tools"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user