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
/
test.sh
Age
Commit message (
Expand
)
Author
2020-04-30
Resolve absolute paths in places input can vary.
Rob Landley
2019-06-26
testcmd shouldn't use shell builtin for TEST_HOST unless there isn't
Rob Landley
2019-03-10
Do a rm -rf of testdir between each command so debris files don't accumulate.
Rob Landley
2019-01-19
Have test.sh use portability.sh too.
Rob Landley
2018-12-03
Break runtest.sh out again: the Android devs were using it.
Rob Landley
2018-12-02
Teach testcmd to say short name rather than full path.
Rob Landley
2018-12-02
Merge runtest.sh into test.sh.
Rob Landley
2018-11-20
Skip tests that don't have the executable bit set unless $TEST_ALL set.
Rob Landley
2017-07-22
testcmd should only use absolute path to command when not doing TEST_HOST.
Rob Landley
2016-10-18
Test infrastructure: collate make "test_single" and "make tests" into common
Rob Landley
2016-03-23
Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES
Rob Landley
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2016-01-15
Locale setting is case sensitive.
Rob Landley
2016-01-15
Fix sort -f, add tests, make TEST_HOST pass new tests.
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley
2014-07-03
Have "make test" run tests in testdir/testdir instead of same directory as co...
Rob Landley
2013-11-14
Remove leftover debris from scripts/test.sh that screws up single tests with ...
Rob Landley
2013-10-15
Teach scripts/test.sh to call scripts/single.sh.
Rob Landley
2012-06-24
Work around a Bash bug that removes "." from the $PATH when you're root. (The...
Rob Landley
2008-06-22
Adjust "optional" function (gen_config.h became generated/config.h).
Rob Landley
2008-05-04
More tweaks to rmdir.test and the testing infrastructure.
Rob Landley
2008-05-04
Teach run-all-tests mode to only test enabled commands.
Rob Landley
2008-03-28
Update help, move test.sh to scripts, and fix "make test" to call right script.
Rob Landley