]> git.saurik.com Git - redis.git/blobdiff - src/testhelp.h
Query the archive to provide a complete KEYS list.
[redis.git] / src / testhelp.h
index d699f2ae4ecc83ada0dcea5f3fb0ab005da3f611..450334046af86a5e0f00126f9790e9a14e170f84 100644 (file)
@@ -6,7 +6,9 @@
  * test_cond("Check if 5 > 10", 5 > 10)
  * test_report()
  *
- * Copyright (c) 2010, Salvatore Sanfilippo <antirez at gmail dot com>
+ * ----------------------------------------------------------------------------
+ *
+ * Copyright (c) 2010-2012, Salvatore Sanfilippo <antirez at gmail dot com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -48,6 +50,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);