aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Add support for cleanup types to testscript parserKaren Arutyunov7-36/+102
2016-11-04Add note to testscript style guideBoris Kolpackov1-3/+6
2016-11-04Implement support for here-document indentationBoris Kolpackov2-11/+180
2016-11-04Update test runner to accommodate cleanup typesKaren Arutyunov4-16/+28
2016-11-04Check if registered for cleanup path is in test scope working directoryKaren Arutyunov2-18/+55
2016-11-04Add clarification of combination tests to testscript specBoris Kolpackov1-0/+8
2016-11-04Add style guide section to testscript specBoris Kolpackov1-0/+104
2016-11-04Add &!, &? cleanup operators to testscript specBoris Kolpackov1-1/+1
2016-11-04Update model to accommodate cleanup typesBoris Kolpackov1-20/+38
2016-11-04Minor comment changeBoris Kolpackov1-16/+13
2016-11-04Add support for &dir/*** test path cleanup syntaxKaren Arutyunov4-26/+156
2016-11-04Implement testscript working directory cleanupBoris Kolpackov2-18/+53
2016-11-04Update testscriptsBoris Kolpackov4-10/+25
2016-11-04Don't print "while updating ..." in quiet modeBoris Kolpackov1-1/+3
2016-11-04Add --no-line, --no-column optionsBoris Kolpackov10-14/+73
2016-11-04Suppress duplicates on test scope path cleanup registrationKaren Arutyunov3-44/+59
2016-11-04Add tests and fixes for trailing description supportBoris Kolpackov5-26/+104
2016-11-04Initial support for trailing description in testscriptBoris Kolpackov6-25/+91
2016-11-04Minor testscript cleanupsBoris Kolpackov2-15/+21
2016-11-04Implement description support in testscriptBoris Kolpackov16-62/+764
2016-11-04Cache test command stdinKaren Arutyunov1-41/+87
2016-11-04Add support of paths cleanups to testscript runnerKaren Arutyunov4-1/+37
2016-11-04Add support of merge redirect to testscript runnerKaren Arutyunov4-31/+77
2016-11-04Add more test command file redirect testsKaren Arutyunov1-0/+46
2016-11-04Add support of cleanups to testscript parserKaren Arutyunov7-28/+125
2016-11-04Fix test command merge redirect parsing and testingKaren Arutyunov2-11/+6
2016-11-04Use recursion to parse compound testsBoris Kolpackov2-188/+200
2016-11-04Add description to testscript grammarBoris Kolpackov1-1/+9
2016-11-04Minor changes to merge redirect codeBoris Kolpackov2-12/+10
2016-11-04Add support of merge redirect to testscript parserKaren Arutyunov9-11/+163
2016-11-04Add support of file redirects to testscript runnerKaren Arutyunov9-61/+331
2016-11-04Handle explicit test scopesBoris Kolpackov5-10/+160
2016-11-04Implement support for testscript scopesBoris Kolpackov6-33/+133
2016-11-04Rework testscript parser in preparation for scope supportBoris Kolpackov3-97/+163
2016-11-04Add few setup/teardown testsBoris Kolpackov1-0/+28
2016-11-04Add few testscript integration testsBoris Kolpackov1-2/+34
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov8-58/+298
2016-11-04Add tests for first_token, second_token testscript lexer modesBoris Kolpackov3-3/+79
2016-11-04Add file and merge redirects, cleanups to testscript grammarBoris Kolpackov1-3/+12
2016-11-04Diagnose semicolon after testscript setup/teardown commandsBoris Kolpackov4-8/+19
2016-11-04Minor name changes in testscript object modelBoris Kolpackov2-8/+9
2016-11-04Support paths cleanup when test scope is leftKaren Arutyunov3-71/+57
2016-11-04Add support for <+ and >+ redirectsKaren Arutyunov1-10/+22
2016-11-04Fix printing no-newline here-doc and here-strKaren Arutyunov4-33/+74
2016-11-04Add support for setup/teardown commandsBoris Kolpackov18-44/+198
2016-11-04Add build.driver variable with build system driver path (argv[0])Boris Kolpackov4-3/+13
2016-11-04Rename tests/test/script/ to tests/test/script/runner/Boris Kolpackov4-4/+11
2016-11-04Minor testscript changesBoris Kolpackov7-21/+28
2016-11-04Support >+ and <+ redirects in parserKaren Arutyunov6-2/+25
2016-11-04Change <! and >! syntaxt to <- and >-Karen Arutyunov6-13/+13