summaryrefslogtreecommitdiffstats
path: root/tests/test/script
Commit message (Expand)AuthorAgeFilesLines
* Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov2016-12-091-2/+2
* Make use of casts and canonicalizations in testscriptsKaren Arutyunov2016-12-054-57/+58
* Add rm builtinKaren Arutyunov2016-12-053-3/+95
* Implement testscript variable-ifBoris Kolpackov2016-12-011-1/+1
* Organize tests/, factor common testscript fragmentsBoris Kolpackov2016-12-017-34/+41
* Add support for typed/untyped concatenated expansionBoris Kolpackov2016-11-302-2/+2
* Implement literal here-document supportBoris Kolpackov2016-11-253-6/+5
* Implement value type propagation on expansionBoris Kolpackov2016-11-231-1/+1
* Print test scope directory changes in verbose (-v) modeKaren Arutyunov2016-11-231-1/+1
* Fix typoBoris Kolpackov2016-11-223-3/+3
* Change build.driver/path variable to build.path/process_pathBoris Kolpackov2016-11-213-3/+3
* Add cat, false and true builtinsKaren Arutyunov2016-11-159-11/+86
* Add mkdir and touch builtinsKaren Arutyunov2016-11-087-77/+316
* Fix Clang and VC warningsKaren Arutyunov2016-11-041-2/+5
* Implement missing testscript integration testsBoris Kolpackov2016-11-042-39/+49
* Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)Karen Arutyunov2016-11-041-0/+8
* Add support for cleanup types to testscript runnerKaren Arutyunov2016-11-041-41/+56
* Check if registered for cleanup path is in test scope working directoryKaren Arutyunov2016-11-041-1/+27
* Add support for &dir/*** test path cleanup syntaxKaren Arutyunov2016-11-041-9/+91
* Implement testscript working directory cleanupBoris Kolpackov2016-11-041-9/+29
* Update testscriptsBoris Kolpackov2016-11-043-9/+23
* Add support of paths cleanups to testscript runnerKaren Arutyunov2016-11-043-1/+28
* Add support of merge redirect to testscript runnerKaren Arutyunov2016-11-043-9/+35
* Add support of file redirects to testscript runnerKaren Arutyunov2016-11-042-3/+11
* Implement support for testscript scopesBoris Kolpackov2016-11-041-12/+16
* Add few testscript integration testsBoris Kolpackov2016-11-041-2/+34
* Add support of file redirects to testscript parserKaren Arutyunov2016-11-041-0/+2
* Support paths cleanup when test scope is leftKaren Arutyunov2016-11-041-0/+4
* Fix printing no-newline here-doc and here-strKaren Arutyunov2016-11-042-19/+54
* Add support for setup/teardown commandsBoris Kolpackov2016-11-044-1/+39
* Rename tests/test/script/ to tests/test/script/runner/Boris Kolpackov2016-11-044-4/+11
* Change <! and >! syntaxt to <- and >-Karen Arutyunov2016-11-041-2/+2
* Add couple of testscript testsBoris Kolpackov2016-11-041-12/+16
* Add support for no-newline redirects in testscriptBoris Kolpackov2016-11-041-0/+26
* Implement concurrent_runnerBoris Kolpackov2016-11-043-0/+125