Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-21 | cpio: fixes for Android kernel build. | Elliott Hughes | |
Allow -pd to work by changing -p from an option that takes an argument to an option that implies there will be an argument (that is, `-pd x` is `-p -d x` with x being the directory for -p, rather than `-p d x` with d being the directory, as we previously interpreted it). Fix -d (aka --make-directories) to not be a no-op. Previously we acted as if this was always on. Accept --quiet and effectively just ignore it, since toybox cpio doesn't seem to produce any output that --quiet would suppress. | |||
2020-05-13 | More tests that don't pass TEST_HOST. (The file one is checking for | Rob Landley | |
overly-specific output again.) | |||
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley | |
2016-01-31 | More testsuite tweaks. | 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. |