aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/runner/cleanup.test
AgeCommit message (Expand)AuthorFilesLines
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-346/+0
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-06-01Implement new testscript cleanup wildcards semanticsKaren Arutyunov1-40/+66
2017-05-31Fix testscript runner not to remove special files with wildcard cleanupsKaren Arutyunov1-0/+19
2017-03-15Print sub-entries of non-empty testscript directory registered for cleanupKaren Arutyunov1-3/+22
2017-02-11Add support for &dir/*[*][/] test path cleanup syntaxKaren Arutyunov1-35/+104
2017-01-31Move builtin and runner tests to '$c ... && $b' patternKaren Arutyunov1-55/+26
2017-01-24Add support for comparison of test command output to a fileKaren Arutyunov1-3/+3
2017-01-19Add support for portable path modifer and dot character escaping inversionKaren Arutyunov1-30/+30
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-12/+3
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2017-01-05Tests cleanupKaren Arutyunov1-202/+212
2017-01-05Add support for regex in runnerKaren Arutyunov1-29/+45
2016-12-16Convert tests/ to subproject, initial work on cross-testing supportBoris Kolpackov1-32/+33
2016-12-05Make use of casts and canonicalizations in testscriptsKaren Arutyunov1-33/+35
2016-12-01Organize tests/, factor common testscript fragmentsBoris Kolpackov1-11/+2
2016-11-30Add support for typed/untyped concatenated expansionBoris Kolpackov1-1/+1
2016-11-25Implement literal here-document supportBoris Kolpackov1-2/+2
2016-11-22Fix typoBoris Kolpackov1-1/+1
2016-11-21Change build.driver/path variable to build.path/process_pathBoris Kolpackov1-1/+1
2016-11-08Add mkdir and touch builtinsKaren Arutyunov1-26/+96
2016-11-04Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)Karen Arutyunov1-0/+8
2016-11-04Add support for cleanup types to testscript runnerKaren Arutyunov1-41/+56
2016-11-04Check if registered for cleanup path is in test scope working directoryKaren Arutyunov1-1/+27
2016-11-04Add support for &dir/*** test path cleanup syntaxKaren Arutyunov1-9/+91
2016-11-04Update testscriptsBoris Kolpackov1-0/+20
2016-11-04Add support of paths cleanups to testscript runnerKaren Arutyunov1-0/+10