index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
runtest.sh
Age
Commit message (
Expand
)
Author
2018-12-03
Break runtest.sh out again: the Android devs were using it.
Rob Landley
2018-12-02
Merge runtest.sh into test.sh.
Rob Landley
2018-04-08
Add -- to "eval".
Rob Landley
2018-04-08
Fix error message: update $NAME before complaining about test with wrong # args.
Rob Landley
2017-04-04
Add "testcmd" function as an alternative to "testing" for tests/*.test, and
Rob Landley
2016-09-04
make test_cmp caused the make invocation to exit with an error because the
Rob Landley
2016-06-30
Add NOSPACE=1 to allow tests to pass with diff -b
Rob Landley
2016-04-22
Allow EVAL= to run test under a different shell (for sh.test)
Rob Landley
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2016-02-02
Update to status.html and some test suite cosmetic tweaks.
Rob Landley
2015-06-25
Suggestion from Elliott Hughes: tweak test infrastructure to notice if
Rob Landley
2014-11-28
When running a test, the diff is always an ascii diff, not binary.
Rob Landley
2014-11-14
Add color support for scripts/test.sh and new SKIP_HOST for tests expected to...
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley