diff --git a/test/integration/kpatch-test b/test/integration/kpatch-test index 5a1cda4..6841803 100755 --- a/test/integration/kpatch-test +++ b/test/integration/kpatch-test @@ -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