Age | Commit message (Expand) | Author |
2021-03-16 | Add more shell tests, and teach txpect to do regex matches (RO and RE). | Rob Landley |
2020-12-07 | scripts/runtest.sh: fix `toyonly` in a way that also works for mksh. | Elliott Hughes |
2020-12-05 | scripts/runtest.sh: fix `toyonly` for sed. | Elliott Hughes |
2020-11-15 | Change test default to VERBOSE=fail, add all/quiet for old =1 and default. | Rob Landley |
2020-08-23 | Teach VERBOSE to do more for xpect. | Rob Landley |
2020-03-13 | More sh tests. | Rob Landley |
2020-03-02 | Say command name before test result with txpect too. | Rob Landley |
2019-12-28 | Add VERBOSE=xpect | Rob Landley |
2019-12-23 | Toysh passes two tests now! Woo! (Otherwise, does not remotely work right now.) | Rob Landley |
2019-12-23 | Add "texpect" and add a couple simple examples to sh.test. | Rob Landley |
2019-12-14 | Any substitute EVAL should supply its own -- | Rob Landley |
2019-10-28 | Only create test file "input" when input argument isn't empty. | Rob Landley |
2019-10-16 | Fix NOSPACE tests. | Rob Landley |
2019-06-24 | Fix FAILCOUNT arithmetic for mksh. | Elliott Hughes |
2019-06-22 | Make testcmd work if the path to $PWD has a space in it. | Rob Landley |
2019-05-12 | Add VERBOSE=nopass to not show successful tests. | Rob Landley |
2019-05-06 | Some "echo" variants default to -e, use printf "%s\n" to avoid that. | Rob Landley |
2019-04-04 | Add "toyonly" function to test suite. | Rob Landley |
2019-03-31 | Add "skipnot" function to test suite, skips next test if command line fails. | Rob Landley |
2018-12-03 | Break runtest.sh out again: the Android devs were using it. | Rob Landley |
2018-12-02 | Merge runtest.sh into test.sh. | Rob Landley |
2018-04-08 | Add -- to "eval". | Rob Landley |
2018-04-08 | Fix error message: update $NAME before complaining about test with wrong # args. | Rob Landley |
2017-04-04 | Add "testcmd" function as an alternative to "testing" for tests/*.test, and | Rob Landley |
2016-09-04 | make test_cmp caused the make invocation to exit with an error because the | Rob Landley |
2016-06-30 | Add NOSPACE=1 to allow tests to pass with diff -b | Rob Landley |
2016-04-22 | Allow EVAL= to run test under a different shell (for sh.test) | Rob Landley |
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley |
2016-02-02 | Update to status.html and some test suite cosmetic tweaks. | Rob Landley |
2015-06-25 | Suggestion from Elliott Hughes: tweak test infrastructure to notice if | Rob Landley |
2014-11-28 | When running a test, the diff is always an ascii diff, not binary. | Rob Landley |
2014-11-14 | Add color support for scripts/test.sh and new SKIP_HOST for tests expected to... | Rob Landley |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, an... | Rob Landley |