Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-20 | Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work. | Rob Landley | |
2017-04-07 | Make pgrep tests runnable on toybox-only systems. | Elliott Hughes | |
Also make the cleanup kill more focused. | |||
2016-06-04 | Basic success/failure return from pgrep/pkill. | Elliott Hughes | |
The man page says they also return 2 for syntax errors and 3 for "fatal error: out of memory etc", but I don't know how to implement that and don't need it (or have any reason to believe anyone needs it). Bug: 29092208 | |||
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley | |
2016-03-02 | split pgrep/pkill tests. | Rob Landley | |
2015-05-12 | Set the executable bits on all the *.test files. (Wasn't consistent, is now.) | Rob Landley | |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, ↵ | Rob Landley | |
and make ctrl-c kill "make test" more reliably. |