Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-23 | Fix remaining pkill tests. | Elliott Hughes | |
I don't know that anyone cares, but these failures made me think I'd broken something while testing the -SIGNAL patch. The -s parsing wasn't taking into account that -s 0 is a special case, and the -o test was assuming that pkill can tell the difference between two processes started at roughly the same time. Hopefully there's higher-resolution data available that can avoid the need for yet another sleep in the tests. | |||
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 | |