diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-06-02 23:04:22 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-06-02 23:22:20 +0200 |
commit | 73bd6c583b9a3e29dbbbf4f1ba8259cfe5e131b8 (patch) | |
tree | 68c107263a819290b44aa7516ff1acb3a0b1c41d /Makefile | |
parent | 6e0e5bedd9c3a4bf0f53f43c427c88e2866bda0a (diff) | |
download | redis-73bd6c583b9a3e29dbbbf4f1ba8259cfe5e131b8.tar.gz |
pass tags to filter and match via arguments
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ staticsymbols: 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 |