diff --git a/test/run_test_zfspoolplugin.pl b/test/run_test_zfspoolplugin.pl index b70aad8..bda8348 100755 --- a/test/run_test_zfspoolplugin.pl +++ b/test/run_test_zfspoolplugin.pl @@ -2701,3 +2701,5 @@ $time = time - $time; print "Stop tests for ZFSPoolPlugin\n"; print "$count tests failed\n"; print "Time: ${time}s\n"; + +exit -1 if $count > 0;