Age | Commit message (Expand) | Author | Files | Lines |
2022-10-21 | Change attribute syntax in script to come after variable in set and for (set ... | Karen Arutyunov | 1 | -13/+13 |
2022-10-14 | Fix typo in Testscript manual | Boris Kolpackov | 1 | -1/+1 |
2022-10-14 | Describe how to test multiple executables in single testscript | Boris Kolpackov | 1 | -3/+74 |
2022-10-14 | Add notes on serial execution in Testscript manual | Boris Kolpackov | 1 | -0/+7 |
2022-10-14 | Proofreading changes to Testscript manual (for/while loops) | Boris Kolpackov | 1 | -75/+61 |
2022-10-13 | Add support for 'for' loop second (... | for x) and third (for x <...) forms ... | Karen Arutyunov | 1 | -27/+281 |
2022-10-13 | Fix include directive example in testscript manual | Karen Arutyunov | 1 | -1/+1 |
2022-07-07 | Use new cmdline type for canned command lines in {Build,Test}script | Boris Kolpackov | 1 | -29/+24 |
2021-11-04 | Document \n escape sequence for sed builtin in testscript manual | Karen Arutyunov | 1 | -0/+1 |
2021-10-13 | Add --cwd|-t option to env pseudo-builtin | Karen Arutyunov | 1 | -3/+8 |
2020-12-11 | Add export script pseudo-builtin | Karen Arutyunov | 1 | -6/+40 |
2020-12-08 | Add support for config.test.runner | Karen Arutyunov | 1 | -2/+10 |
2020-11-25 | Allow multiple -e options for sed builtin | Karen Arutyunov | 1 | -7/+9 |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 1 | -3/+49 |
2020-10-18 | Make some documentation fixes | Francois Kritzinger | 1 | -13/+13 |
2020-06-18 | Add env script pseudo-builtin | Karen Arutyunov | 1 | -1/+29 |
2020-06-11 | Add date builtin description to Testscript manual | Karen Arutyunov | 1 | -0/+29 |
2020-06-11 | Fix bug in Testscript manual | Boris Kolpackov | 1 | -1/+1 |
2020-06-09 | Update Testscript manual with notes on redirect aliases | Boris Kolpackov | 1 | -12/+40 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -14/+14 |
2020-03-17 | Adapt testscripts to ln builtin target path completion fix | Karen Arutyunov | 1 | -1/+2 |
2020-03-09 | Document UTF-8 encoding for buildfiles and testscripts | Boris Kolpackov | 1 | -0/+4 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2019-09-27 | Add support for testscript builtin escaping | Karen Arutyunov | 1 | -0/+7 |
2019-07-24 | Use CLI-generated classes to parse testscript builtin options | Karen Arutyunov | 1 | -28/+61 |
2019-06-05 | Add test id verification | Karen Arutyunov | 1 | -3/+4 |
2019-06-05 | Tighten allowed character set in testscript test ids | Boris Kolpackov | 1 | -2/+5 |
2019-01-24 | Add testscript sleep builtin | Karen Arutyunov | 1 | -0/+11 |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2018-09-05 | Documentation fixes | Boris Kolpackov | 1 | -8/+8 |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Boris Kolpackov | 1 | -35/+36 |
2018-09-03 | Update to match new pre-formatter fragment escape semantics in CLI | Boris Kolpackov | 1 | -5/+5 |
2018-07-17 | Add --after <ref-file> option for testscript touch builtin | Karen Arutyunov | 1 | -1/+8 |
2018-07-14 | Add testscript mv builtin | Karen Arutyunov | 1 | -9/+54 |
2018-05-30 | Fix broken link in testscript.cli0.7.0 | Karen Arutyunov | 1 | -1/+1 |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2018-03-19 | Add support for cp builtin -p option | Karen Arutyunov | 1 | -4/+10 |
2018-02-03 | Get rid of action rule override semantics | Boris Kolpackov | 1 | -2/+2 |
2017-06-19 | Add support for exit testscript builtin | Karen Arutyunov | 1 | -0/+21 |
2017-06-15 | Add support for ln testscript builtin | Karen Arutyunov | 1 | -0/+39 |
2017-05-31 | Refine testscript cleanup spec wrt wildcards | Boris Kolpackov | 1 | -11/+13 |
2017-05-30 | Update testcript cleanup wildcard spec | Boris Kolpackov | 1 | -7/+16 |
2017-05-28 | Add example of doubled single-quoting idiom | Boris Kolpackov | 1 | -0/+11 |
2017-05-03 | Adjust sample testscript diagnostics in documentation | Boris Kolpackov | 1 | -4/+3 |
2017-03-20 | Add support for --no-cleanup testscript builtin option | Karen Arutyunov | 1 | -12/+14 |
2017-03-15 | Add support for in place editing for sed builtin | Karen Arutyunov | 1 | -4/+9 |
2017-03-15 | Specify >! redirect in testscript | Boris Kolpackov | 1 | -0/+7 |
2017-03-07 | Minor documentation change | Boris Kolpackov | 1 | -1/+1 |
2017-03-07 | Specify config.test.output variable | Boris Kolpackov | 1 | -0/+29 |
2017-03-01 | Add set builtin | Karen Arutyunov | 1 | -2/+3 |