aboutsummaryrefslogtreecommitdiff
path: root/scripts/legacy2luatest.pl
Commit message (Collapse)AuthorAge
* legacy test script: minor string handling fix #2181Gustaf Lindstedt2015-03-20
| | | | | | | | Add check to see if a string contains ], which can result in cases where wrapping a string in [[...]] breaks. Use [=[...]=] instead on those strings. Use [=[...]=] for insert() and expect().
* Improve legacy2luatest script.Florian Walch2014-12-27
| | | | | | * Remove 'test' prefix from test names. * Ask if existing spec files should be overwritten. * Fix for legacy tests with no initial buffer content (e.g. test_signs).
* Improve legacy2luatest script.Florian Walch2014-11-09
|
* Add legacy test conversion script.Florian Walch2014-11-04