Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | Cleanup script command failure diagnostics | Karen Arutyunov | 4 | -3/+12 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 5 | -38/+189 |
2020-03-17 | Adapt testscripts to ln builtin target path completion fix | Karen Arutyunov | 1 | -2/+2 |
2020-03-11 | Optimize testscripts not to search for subprojects | Karen Arutyunov | 1 | -0/+1 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 28 | -28/+0 |
2019-09-27 | Add support for testscript builtin escaping | Karen Arutyunov | 1 | -0/+20 |
2019-09-27 | Move testscript builtins to libbutl | Karen Arutyunov | 14 | -1531/+201 |
2019-08-21 | Make testscripts to ignore user's default options files | Karen Arutyunov | 2 | -2/+2 |
2019-08-19 | Revert previous (erroneously pushed to master) commit | Karen Arutyunov | 2 | -2/+2 |
2019-08-19 | Make testscripts to ignore user's default options files | Karen Arutyunov | 2 | -2/+2 |
2019-08-01 | Combine multiple single-character flags into a single argument for testscript... | Karen Arutyunov | 4 | -7/+7 |
2019-07-24 | Use CLI-generated classes to parse testscript builtin options | Karen Arutyunov | 13 | -28/+120 |
2019-07-05 | Fix failing testscript cp builtin test | Karen Arutyunov | 1 | -15/+10 |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+13 |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 1 | -3/+3 |
2019-01-24 | Add testscript sleep builtin | Karen Arutyunov | 5 | -4/+37 |
2019-01-16 | Update copyright year | Karen Arutyunov | 31 | -31/+31 |
2018-11-17 | Print id of failed test | Karen Arutyunov | 9 | -11/+123 |
2018-09-05 | Create .buildignore file in testscript root working directory | Karen Arutyunov | 2 | -3/+9 |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Boris Kolpackov | 27 | -70/+71 |
2018-07-17 | Add --after <ref-file> option for testscript touch builtin | Karen Arutyunov | 1 | -6/+29 |
2018-07-14 | Add testscript mv builtin | Karen Arutyunov | 1 | -0/+252 |
2018-05-19 | Update copyright year | Karen Arutyunov | 30 | -30/+30 |
2018-05-19 | Fix testscripts using types for testscript and manifest targets | Karen Arutyunov | 2 | -5/+5 |
2018-05-19 | Get rid of doc{version} and types for testscript and manifest in buildfiles | Karen Arutyunov | 2 | -2/+2 |
2018-05-16 | Redo testscript diagnostics not to rely on invalid paths | Karen Arutyunov | 1 | -3/+6 |
2018-03-19 | Add missed file to builtins tests buildfile | Karen Arutyunov | 1 | -1/+1 |
2018-03-19 | Add support for cp builtin -p option | Karen Arutyunov | 2 | -3/+73 |
2018-02-09 | Fix broken test (and few other things) | Boris Kolpackov | 4 | -19/+3 |
2018-02-05 | Add tests for auto-generated test inputs/outputs | Boris Kolpackov | 6 | -0/+152 |
2017-11-30 | Adapt testscripts to build2 output changes | Karen Arutyunov | 1 | -4/+4 |
2017-10-03 | Adapt to modularization of libbutl | Karen Arutyunov | 1 | -4/+4 |
2017-07-22 | Fix testscript touch builtin some more | Boris Kolpackov | 1 | -3/+1 |
2017-07-22 | Fix testscript touch builtin test | Karen Arutyunov | 1 | -1/+1 |
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 1 | -1/+1 |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 1 | -1/+1 |
2017-06-19 | Add support for exit testscript builtin | Karen Arutyunov | 2 | -1/+401 |
2017-06-15 | Add support for ln testscript builtin | Karen Arutyunov | 2 | -1/+185 |
2017-06-12 | Resolve ambiguity between std:: and butl:: optional | Boris Kolpackov | 1 | -0/+2 |
2017-06-01 | Implement new testscript cleanup wildcards semantics | Karen Arutyunov | 1 | -40/+66 |
2017-05-31 | Fix testscript runner not to remove special files with wildcard cleanups | Karen Arutyunov | 1 | -0/+19 |
2017-05-03 | Fix test failures caused by previous commit | Boris Kolpackov | 1 | -0/+4 |
2017-05-02 | Cleanup testscript runner diagnostics | Boris Kolpackov | 7 | -52/+46 |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 1 | -4/+4 |
2017-03-16 | Add support for >! test command redirect | Karen Arutyunov | 1 | -0/+47 |
2017-03-15 | Print sub-entries of non-empty testscript directory registered for cleanup | Karen Arutyunov | 1 | -3/+22 |
2017-03-15 | Add support for in place editing for sed builtin | Karen Arutyunov | 1 | -1/+20 |
2017-03-15 | Add support for config.test.output variable | Karen Arutyunov | 2 | -1/+88 |
2017-03-15 | Print unexpected or regex non-matching test command stdout/stderr | Karen Arutyunov | 2 | -0/+7 |
2017-03-14 | Use wildcard patterns | Boris Kolpackov | 1 | -2/+1 |