aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Suppress duplicates on test scope path cleanup registrationKaren Arutyunov1-44/+30
2016-11-04Minor testscript cleanupsBoris Kolpackov1-3/+3
2016-11-04Cache test command stdinKaren Arutyunov1-41/+87
2016-11-04Add support of paths cleanups to testscript runnerKaren Arutyunov1-0/+9
2016-11-04Add support of merge redirect to testscript runnerKaren Arutyunov1-22/+42
2016-11-04Add support of file redirects to testscript runnerKaren Arutyunov1-54/+134
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov1-4/+9
2016-11-04Minor name changes in testscript object modelBoris Kolpackov1-5/+5
2016-11-04Support paths cleanup when test scope is leftKaren Arutyunov1-71/+48
2016-11-04Add support for <+ and >+ redirectsKaren Arutyunov1-10/+22
2016-11-04Implement creation/cleanup of testscript root working directoryBoris Kolpackov1-1/+1
2016-11-04Add support for no-newline redirects in testscriptBoris Kolpackov1-13/+0
2016-11-04Rework test runnerBoris Kolpackov1-218/+195
2016-11-04Add testscript runner scope enter/leave callbacksBoris Kolpackov1-1/+1
2016-11-04Add support for testscript scope id, working directoryBoris Kolpackov1-1/+1
2016-11-04Test runner reviewBoris Kolpackov1-13/+10
2016-11-04Pass command index, location to test runnerBoris Kolpackov1-1/+1
2016-11-04Move exit status to command, make runner run commands, not testsBoris Kolpackov1-40/+28
2016-11-04Implement concurrent_runnerBoris Kolpackov1-2/+407
2016-11-04Generalize and move test printing code to scriptBoris Kolpackov1-75/+0
2016-11-04Minor testscript fixes/changesBoris Kolpackov1-2/+2
2016-11-04Print full test info in test runnerKaren Arutyunov1-1/+101
2016-11-04Implement testscript $*, $NN, $~ special variablesBoris Kolpackov1-1/+1
2016-11-04Extend test rule to handle testscriptsBoris Kolpackov1-2/+3
2016-11-04Add testscript runner interface and implementation stubBoris Kolpackov1-0/+22