mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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
|
||||
if [ $status -eq 0 ]; then
|
||||
echo "All tests passed successfully."
|
||||
echo "PASS: All tests passed successfully."
|
||||
else
|
||||
echo "Some tests failed. See output above for details."
|
||||
echo "FAIL: Some tests failed. See output above for details."
|
||||
fi
|
||||
|
||||
exit $status
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user