summaryrefslogtreecommitdiff
path: root/runtest
Commit message (Collapse)AuthorAgeFilesLines
* Support tclsh 8.7 (#9500)yancz20002021-09-151-1/+1
|
* test suite conveniency improvementsOran Agra2018-07-301-1/+1
| | | | | | | | | | * 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
* Check available tcl versionsJohan Bergström2013-01-241-5/+10
|
* A few small BSD related fixes.antirez2012-02-081-1/+1
|
* Added a 'runtest' script that is responsible to check if Tcl is available ↵antirez2011-07-151-0/+9
and run the test. This is invoked from Makefile as well.