Skip to content

Commit ea676da

Browse files
committed
Fix testing of redis branches
1 parent cb9a0a2 commit ea676da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TEST_FILES := $(shell find test -name *_test.rb -type f)
2-
REDIS_BRANCH := unstable
2+
REDIS_BRANCH ?= unstable
33
TMP := tmp
44
BUILD_DIR := ${TMP}/cache/redis-${REDIS_BRANCH}
55
TARBALL := ${TMP}/redis-${REDIS_BRANCH}.tar.gz
@@ -24,7 +24,6 @@ stop:
2424
(test -f ${PID_PATH} && (kill $$(cat ${PID_PATH}) || true) && rm -f ${PID_PATH}) || true
2525

2626
start: ${BINARY}
27-
echo ${BINARY}
2827
${BINARY} \
2928
--daemonize yes \
3029
--pidfile ${PID_PATH} \

0 commit comments

Comments
 (0)