mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user