projects
/
redis.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Warn when configured maxmemory value seems odd.
[redis.git]
/
runtest
Commit
Line
Data
ac834d23
1
#!/bin/sh
f790bd02
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 $*