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