]> git.saurik.com Git - redis.git/blob - runtest
Issue #131. stime/utime reported in INFO was inverted. Fixed thanks to Didier Spezia.
[redis.git] / runtest
1 #!/bin/bash
2 TCL=tclsh8.5
3 which $TCL
4 if [ "$?" != "0" ]
5 then
6 echo "You need '$TCL' in order to run the Redis test"
7 exit 1
8 fi
9 $TCL tests/test_helper.tcl $*