diff --git a/scripts/pem.test b/scripts/pem.test index 65720cd6dfc..a8a9f71c15e 100755 --- a/scripts/pem.test +++ b/scripts/pem.test @@ -457,3 +457,7 @@ fi # Cleanup temporaries do_cleanup +if [ "$TEST_FAIL_CNT" != "0" ]; then + exit 1 +fi +