aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Fix Clang and VC warningsKaren Arutyunov4-5/+16
2016-11-04Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov9-23/+17
2016-11-04Update testscript spec with include directive grammarBoris Kolpackov1-3/+22
2016-11-04Rely on path from replay data in testscript re-parse phaseBoris Kolpackov2-5/+8
2016-11-04Add file path to replay_tokenBoris Kolpackov2-5/+21
2016-11-04Restructure testscript parser slightlyBoris Kolpackov5-30/+54
2016-11-04Implement missing testscript integration testsBoris Kolpackov2-39/+49
2016-11-04Add test for here-doc in pipe/expr commandBoris Kolpackov1-0/+38
2016-11-04Fix VC compilation errorsKaren Arutyunov1-25/+25
2016-11-04Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)Karen Arutyunov4-14/+31
2016-11-04Add support for cleanup types to testscript runnerKaren Arutyunov3-63/+98
2016-11-04Implement command-pipe, command-expr in testscript parserBoris Kolpackov11-79/+357
2016-11-04Establish testscript builtins infrastructureBoris Kolpackov3-0/+113
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