diff --git a/test/integration/kpatch-test b/test/integration/kpatch-test index 73c7eda..0d5ce07 100755 --- a/test/integration/kpatch-test +++ b/test/integration/kpatch-test @@ -170,7 +170,7 @@ run_custom_test() { echo "custom test: $prefix" - if ./$testprog >> $LOG 2>&1; then + if ! ./$testprog >> $LOG 2>&1; then error "$prefix: test failed" fi }