diff options
author | Oran Agra <oran@redislabs.com> | 2018-07-30 16:43:21 +0300 |
---|---|---|
committer | Oran Agra <oran@redislabs.com> | 2018-07-30 19:13:15 +0300 |
commit | 782928769187c977252c9f698535d824ac5409de (patch) | |
tree | e1265946d1b20fea1614dd14dd7f0267fd96aaed /runtest | |
parent | 4a30adde31dec0d54c38eb88a5af64a1466f6744 (diff) | |
download | redis-782928769187c977252c9f698535d824ac5409de.tar.gz |
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
Diffstat (limited to 'runtest')
-rwxr-xr-x | runtest | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ then echo "You need tcl 8.5 or newer in order to run the Redis test" exit 1 fi -$TCLSH tests/test_helper.tcl $* +$TCLSH tests/test_helper.tcl "${@}" |