aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.sh
AgeCommit message (Collapse)Author
2014-09-20Move testsuite out of scripts/test into its own top level tests directory, ↵Rob Landley
and make ctrl-c kill "make test" more reliably.
2014-07-03Have "make test" run tests in testdir/testdir instead of same directory as ↵Rob Landley
command symlinks. (Makes cleanup easier.)
2013-11-14Remove leftover debris from scripts/test.sh that screws up single tests with ↵Rob Landley
single.sh.
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. ↵Rob Landley
(The FSF believes it knows better than you, and won't let you do things, in the name of Freedom.)
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