X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/319bb48c01b4c5be95b425e325d4b9ae46d4bced..f790bd028cceca6f19b0690124e913baf897cb0e:/runtest diff --git a/runtest b/runtest new file mode 100755 index 00000000..2ea4d39b --- /dev/null +++ b/runtest @@ -0,0 +1,9 @@ +#!/bin/bash +TCL=tclsh8.5 +which $TCL +if [ "$?" != "0" ] +then + echo "You need '$TCL' in order to run the Redis test" + exit 1 +fi +$TCL tests/test_helper.tcl $*