mirror of
https://github.com/dynup/kpatch
synced 2025-02-04 19:21:33 +00:00
test: tell user to check test.log on error
This commit is contained in:
parent
1f09f09373
commit
b143442916
@ -203,6 +203,11 @@ done
|
||||
|
||||
unload_all
|
||||
|
||||
log "$ERROR errors encountered"
|
||||
if [[ $ERROR -gt 0 ]]; then
|
||||
log "$ERROR errors encountered"
|
||||
echo "see test.log for more information"
|
||||
else
|
||||
log "SUCCESS"
|
||||
fi
|
||||
|
||||
exit $ERROR
|
||||
|
Loading…
Reference in New Issue
Block a user