File: runtest

package info (click to toggle)
redis 2%3A2.4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,412 kB
  • sloc: ansic: 36,395; tcl: 5,176; perl: 3,560; sh: 2,959; makefile: 539; ruby: 88
file content (9 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download
1
2
3
4
5
6
7
8
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 $*