Age | Commit message (Expand) | Author | Files | Lines |
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 | 10 | -63/+47 |
2018-02-05 | Add tests for auto-generated test inputs/outputs | Boris Kolpackov | 11 | -3/+153 |
2018-02-03 | Get rid of action rule override semantics | Boris Kolpackov | 1 | -2/+1 |
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 | 2 | -2/+2 |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 2 | -2/+2 |
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 | 2 | -41/+67 |
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 | 2 | -5/+2 |
2017-03-02 | Implement parallel match | Boris Kolpackov | 4 | -4/+4 |
2017-03-01 | Add set builtin | Karen Arutyunov | 2 | -1/+276 |
2017-02-16 | Add cp builtin | Karen Arutyunov | 2 | -1/+307 |
2017-02-13 | Add notion of phase, enforce | Boris Kolpackov | 1 | -3/+3 |
2017-02-11 | Add support for &dir/*[*][/] test path cleanup syntax | Karen Arutyunov | 2 | -43/+105 |
2017-02-10 | Fix save_regex() | Karen Arutyunov | 2 | -30/+49 |
2017-02-03 | Fix runner output in verbose (-v, -V) modes | Karen Arutyunov | 3 | -18/+24 |
2017-02-03 | Add sed builtin | Karen Arutyunov | 2 | -1/+313 |
2017-01-31 | Move builtin and runner tests to '$c ... && $b' pattern | Karen Arutyunov | 11 | -366/+180 |
2017-01-31 | Add support for test command pipe, expression and command-if | Karen Arutyunov | 5 | -43/+593 |
2017-01-26 | Add test builtin | Karen Arutyunov | 2 | -1/+80 |
2017-01-24 | Add support for shared here-documents | Karen Arutyunov | 1 | -0/+19 |
2017-01-24 | Add support for comparison of test command output to a file | Karen Arutyunov | 8 | -42/+64 |
2017-01-23 | Implement automatic loading of directory buildfiles | Boris Kolpackov | 2 | -6/+5 |
2017-01-19 | Add rmdir builtin | Karen Arutyunov | 3 | -33/+165 |
2017-01-19 | Add support for portable path modifer and dot character escaping inversion | Karen Arutyunov | 10 | -343/+786 |
2017-01-12 | Rename script/integration to script-integration | Boris Kolpackov | 4 | -5/+8 |
2017-01-12 | Implement support for narrowing down tests (config.test) | Boris Kolpackov | 5 | -3/+238 |
2017-01-09 | Tests cleanup (take 2) | Karen Arutyunov | 1 | -86/+102 |
2017-01-09 | Make use of operator<<(ostream, exception) | Karen Arutyunov | 4 | -28/+3 |
2017-01-05 | Update copyright year | Boris Kolpackov | 17 | -17/+17 |
2017-01-05 | Tests cleanup | Karen Arutyunov | 8 | -573/+684 |
2017-01-05 | Print signal/core dump like shell/make | Karen Arutyunov | 2 | -12/+99 |
2017-01-05 | Save diff output for {stdout,stderr}.diff | Karen Arutyunov | 2 | -17/+47 |