]> git.saurik.com Git - redis.git/blame - runtest
Use specific error if master is down and slave-serve-stale-data is set to no.
[redis.git] / runtest
CommitLineData
ac834d23 1#!/bin/sh
f790bd02 2TCL=tclsh8.5
3which $TCL
4if [ "$?" != "0" ]
5then
6 echo "You need '$TCL' in order to run the Redis test"
7 exit 1
8fi
9$TCL tests/test_helper.tcl $*