summaryrefslogtreecommitdiff
path: root/mysql-test/lib/mtr_results.pm
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * Update wrong zip-code
* WL #5680 MTR results written to file with well defined formatBjorn Munch2011-05-091-0/+167
Added --result-file option, which will produce var/mtr-results.txt Output has a simple format: <tag> : <value> for general info on test run { <tag> : <value> .... } for each test Output from failed tests are included but may be truncated. See WL for more details.