History log of /external/toybox/scripts/runtest.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8361fbd8ea9c6f29602982d31f67351f42f736b0 05-Sep-2016 Rob Landley <rob@landley.net> make test_cmp caused the make invocation to exit with an error because the
last test exited with nonzero status and the script preserved it. In the
current context, that's counterproductive.
/external/toybox/scripts/runtest.sh
fcbf55ad565861e22e1cb297e6954b9d82f5094b 30-Jun-2016 Rob Landley <rob@landley.net> Add NOSPACE=1 to allow tests to pass with diff -b
/external/toybox/scripts/runtest.sh
4b02667d8c0993f2682bb3b1fb1db57c069fa797 23-Apr-2016 Rob Landley <rob@landley.net> Allow EVAL= to run test under a different shell (for sh.test)
/external/toybox/scripts/runtest.sh
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/scripts/runtest.sh
8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645 02-Feb-2016 Rob Landley <rob@landley.net> Update to status.html and some test suite cosmetic tweaks.
/external/toybox/scripts/runtest.sh
325e02ec918246242e89a32c053bf5f767fc37d3 26-Jun-2015 Rob Landley <rob@landley.net> Suggestion from Elliott Hughes: tweak test infrastructure to notice if
command exits with high errno and assume it segfaulted.
/external/toybox/scripts/runtest.sh
fd49375b9a150bc908fccc9912fdb92e289398e1 28-Nov-2014 Rob Landley <rob@landley.net> When running a test, the diff is always an ascii diff, not binary.
/external/toybox/scripts/runtest.sh
9dbcee4875c71afbaf0df42f8e5ce3b6533d6c14 14-Nov-2014 Rob Landley <rob@landley.net> Add color support for scripts/test.sh and new SKIP_HOST for tests expected to fail on non-toybox implementations.
/external/toybox/scripts/runtest.sh
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/scripts/runtest.sh