060a9f3380c5c778ab100f52fe5d1a41b0fd8a6c |
|
08-Apr-2017 |
Elliott Hughes <enh@google.com> |
Speed up tail.test for shells without builtin printf. The test only needs echo, and Android currently doesn't use mksh's builtin printf; the toybox printf is fuller featured and less buggy, but a lot slower to call in a loop like this (and mksh doesn't fall back to the printf on the path if given something it can't handle, so we can't have the best of both worlds). Without this hack, the tail test takes as long as all the other tests put together.
/external/toybox/tests/tail.test
|
e57cb179608077b7459b95bb3219035dd0045912 |
|
16-Apr-2016 |
Elliott Hughes <enh@google.com> |
Fix tail -NUM again. This time with a test.
/external/toybox/tests/tail.test
|
ada3c0876dc99b6b1ef457e06d271d3b933f9dd9 |
|
18-Mar-2016 |
Rob Landley <rob@landley.net> |
Fix last commit (had newline before first ==> name <==) and add -f tests.
/external/toybox/tests/tail.test
|
336c44adca1768ada1e1e2f4d7dbbc33e994e582 |
|
02-Mar-2016 |
Rob Landley <rob@landley.net> |
Factor out command name at the start of test name, have runtest.sh print it.
/external/toybox/tests/tail.test
|
387edf547eb09b27ca6d49772eb048d729f09cf4 |
|
20-Sep-2014 |
Rob Landley <rob@landley.net> |
Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably.
/external/toybox/tests/tail.test
|