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