From ea2c08e92200dd4c746f2b4b04da611a34e49dcf Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 28 May 2010 00:20:12 +0200 Subject: changed the message in the Makefile with the new command like to run the test suite --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1