]> git.saurik.com Git - redis.git/blobdiff - src/Makefile
Close the listening sockets. Apparently this allows faster restarts.
[redis.git] / src / Makefile
index 5354746bd0c7ae3b860b6926ecae653e11e76e69..ee4bfc5001986fa6dee246fcb33b63a43a246273 100644 (file)
@@ -207,7 +207,7 @@ dep:
        $(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
 
 test: redis-server redis-check-aof
-       @(cd ..; (which tclsh8.5 >/dev/null && tclsh8.5 tests/test_helper.tcl --tags "${TAGS}") || echo "You need to install Tcl (tclsh8.5) in order to run tests.")
+       @(cd ..; ./runtest)
 
 bench:
        ./redis-benchmark