Logo
Explore Help
Sign In
fluencelabs/redis
1
0
Fork 0
You've already forked redis
mirror of https://github.com/fluencelabs/redis synced 2025-05-08 08:52:15 +00:00
Code Issues Projects Releases Wiki Activity
redis/runtest

15 lines
275 B
Plaintext
Raw Normal View History

A few small BSD related fixes.
2012-02-08 22:24:59 +01:00
#!/bin/sh
Check available tcl versions
2013-01-24 09:25:47 +11:00
TCL_VERSIONS="8.5 8.6"
TCLSH=""
for VERSION in $TCL_VERSIONS; do
TCL=`which tclsh$VERSION 2>/dev/null` && TCLSH=$TCL
done
if [ -z $TCLSH ]
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.
2011-07-15 17:20:57 +02:00
then
Check available tcl versions
2013-01-24 09:25:47 +11:00
echo "You need tcl 8.5 or newer in order to run the Redis test"
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.
2011-07-15 17:20:57 +02:00
exit 1
fi
test suite conveniency improvements * allowing --single to be repeated * adding --only so that only a specific test inside a unit can be run * adding --skiptill useful to resume a test that crashed passed the problematic unit. useful together with --clients 1 * adding --skipfile to use a file containing list of tests names to skip * printing the names of the tests that are skiped by skipfile or denytags * adding --config to add config file options from command line
2018-07-30 16:43:21 +03:00
$TCLSH tests/test_helper.tcl "${@}"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 81ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API