mirror of
https://github.com/fluencelabs/redis
synced 2025-05-23 23:51:19 +00:00
removed --file in test suite execution from Makefile. The option is no longer supported
This commit is contained in:
parent
3a4afb0473
commit
a395ce2659
@ -196,7 +196,7 @@ dep:
|
|||||||
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
|
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
|
||||||
|
|
||||||
test: redis-server
|
test: redis-server
|
||||||
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}")
|
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}")
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
./redis-benchmark
|
./redis-benchmark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user