mirror of
https://github.com/dynup/kpatch
synced 2025-01-29 16:22:44 +00:00
Merge pull request #197 from jpoimboe/test-log-message
test: tell user to check test.log on error
This commit is contained in:
commit
761f1e8586
@ -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