]> git.saurik.com Git - redis.git/blobdiff - Makefile
LPUSHX, RPUSHX, LINSERT only work on non-empty lists, so there are no clients waiting...
[redis.git] / Makefile
index 718f45217114120739db3cce8712de0667eaafa1..46df88bb26b180b6e4eedc7d11ceae2315818d6e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ staticsymbols:
        tclsh utils/build-static-symbols.tcl > staticsymbols.h
 
 test:
        tclsh utils/build-static-symbols.tcl > staticsymbols.h
 
 test:
-       tclsh8.5 tests/test_helper.tcl
+       tclsh8.5 tests/test_helper.tcl --tags "${TAGS}"
 
 bench:
        ./redis-benchmark
 
 bench:
        ./redis-benchmark