aboutsummaryrefslogtreecommitdiffstats
path: root/script/spec-all-pairs
Commit message (Collapse)AuthorAgeLines
* Print successes as well as failuresRobin Houston2012-01-23-2/+7
| | | | | As a larger proportion of these tests start to pass, it becomes helpful to print information about successes as well as failures.
* Suppress stderr too, while running testsRobin Houston2012-01-23-1/+1
|
* Tweaks to spec-all-pairsRobin Houston2012-01-22-7/+4
| | | | | 1. Suppress irrelevant output; 2. Check that running the same spec twice doesn’t cause failures either.
* Script to find order-dependent test failuresRobin Houston2012-01-22-0/+23
This script runs all (ordered) pairs of tests, and reports which pairs result in a test failure.