X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/e43505d6e9434bdc03f4521fa8b3b3d2b41be8c7..4b1f6ad3e7a5c7c28618e43e7539c9a937bf8521:/src/testhelp.h diff --git a/src/testhelp.h b/src/testhelp.h index d699f2ae..807a86e9 100644 --- a/src/testhelp.h +++ b/src/testhelp.h @@ -48,6 +48,7 @@ int __test_num = 0; __test_num-__failed_tests, __failed_tests); \ if (__failed_tests) { \ printf("=== WARNING === We have failed tests here...\n"); \ + exit(1); \ } \ } while(0);