mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 12:59:33 +00:00
inotify-tools: add PASS/FAIL status to run-ptest script
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
c3c873d0dc
commit
4cf6b7140f
@ -7,9 +7,9 @@ status=$?
|
|||||||
|
|
||||||
# Exit with the test’s result code
|
# Exit with the test’s result code
|
||||||
if [ $status -eq 0 ]; then
|
if [ $status -eq 0 ]; then
|
||||||
echo "All tests passed successfully."
|
echo "PASS: All tests passed successfully."
|
||||||
else
|
else
|
||||||
echo "Some tests failed. See output above for details."
|
echo "FAIL: Some tests failed. See output above for details."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit $status
|
exit $status
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user