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
2019-12-28
Add VERBOSE=xpect
Rob Landley
2019-12-23
Toysh passes two tests now! Woo! (Otherwise, does not remotely work right now.)
Rob Landley
2019-12-23
Add "texpect" and add a couple simple examples to sh.test.
Rob Landley
2019-12-14
Any substitute EVAL should supply its own --
Rob Landley
2019-10-28
Only create test file "input" when input argument isn't empty.
Rob Landley
2019-10-16
Fix NOSPACE tests.
Rob Landley
2019-06-24
Fix FAILCOUNT arithmetic for mksh.
Elliott Hughes
2019-06-22
Make testcmd work if the path to $PWD has a space in it.
Rob Landley
2019-05-12
Add VERBOSE=nopass to not show successful tests.
Rob Landley
2019-05-06
Some "echo" variants default to -e, use printf "%s\n" to avoid that.
Rob Landley
2019-04-04
Add "toyonly" function to test suite.
Rob Landley
2019-03-31
Add "skipnot" function to test suite, skips next test if command line fails.
Rob Landley
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