summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-05-28 00:20:12 +0200
committerantirez <antirez@gmail.com>2010-05-28 00:20:12 +0200
commitea2c08e92200dd4c746f2b4b04da611a34e49dcf (patch)
treeb5e7e39e7eb687fec2c6b40555934003ed788f05 /Makefile
parentca3f830b32a0a8303a5a761d6212925d9b5ac365 (diff)
downloadredis-ea2c08e92200dd4c746f2b4b04da611a34e49dcf.tar.gz
changed the message in the Makefile with the new command like to run the test suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 949f0b0c0..b7dfb1cdb 100644
--- a/Makefile
+++ b/Makefile
@@ -58,9 +58,7 @@ zmalloc.o: zmalloc.c config.h
redis-server: $(OBJ)
$(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ)
@echo ""
- @echo "Hint: To run the test-redis.tcl script is a good idea."
- @echo "Launch the redis server with ./redis-server, then in another"
- @echo "terminal window enter this directory and run 'make test'."
+ @echo "Hint: To run 'make test' is a good idea ;)"
@echo ""
redis-benchmark: $(BENCHOBJ)