History log of /external/toybox/scripts/test.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ee14fc396dff50a263b62670f5484efcd6316aeb 18-Oct-2016 Rob Landley <rob@landley.net> Test infrastructure: collate make "test_single" and "make tests" into common
function, and add $C variable with an absolute path to the command being tested
(you need to call things like printf by path to avoid shell builtins, might as
well be consistent).
/external/toybox/scripts/test.sh
1ffa7f45eb4fe3b73f94e69c929ad311d9c44b81 23-Mar-2016 Rob Landley <rob@landley.net> Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES
instead, move tests/blkid into tests/files/blkid.
/external/toybox/scripts/test.sh
336c44adca1768ada1e1e2f4d7dbbc33e994e582 02-Mar-2016 Rob Landley <rob@landley.net> Factor out command name at the start of test name, have runtest.sh print it.
/external/toybox/scripts/test.sh
deb31c82944c1fa98ea2942691c53c9d841c1a66 15-Jan-2016 Rob Landley <rob@landley.net> Locale setting is case sensitive.
/external/toybox/scripts/test.sh
7ca907824d6f8a5017c3d914d0028a3d50ea619a 15-Jan-2016 Rob Landley <rob@landley.net> Fix sort -f, add tests, make TEST_HOST pass new tests.
/external/toybox/scripts/test.sh
387edf547eb09b27ca6d49772eb048d729f09cf4 20-Sep-2014 Rob Landley <rob@landley.net> Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably.
/external/toybox/scripts/test.sh
4a855d6cf62cebe40fa9fe97c7e6b9ca49f79b5b 04-Jul-2014 Rob Landley <rob@landley.net> Have "make test" run tests in testdir/testdir instead of same directory as command symlinks. (Makes cleanup easier.)
/external/toybox/scripts/test.sh
dcf52cbf25572b001e1b8d5f0091e5559b662b07 14-Nov-2013 Rob Landley <rob@landley.net> Remove leftover debris from scripts/test.sh that screws up single tests with single.sh.
/external/toybox/scripts/test.sh
26f52eb13eb27c5aefdb644d96408376b5d63783 15-Oct-2013 Rob Landley <rob@landley.net> Teach scripts/test.sh to call scripts/single.sh.
/external/toybox/scripts/test.sh
728c94a0022d431f80a2333a143fc4dbf1056268 24-Jun-2012 Rob Landley <rob@landley.net> Work around a Bash bug that removes "." from the $PATH when you're root. (The FSF believes it knows better than you, and won't let you do things, in the name of Freedom.)
/external/toybox/scripts/test.sh
37256ff6f390cbf86a14249e32e37865c85f1f2d 22-Jun-2008 Rob Landley <rob@landley.net> Adjust "optional" function (gen_config.h became generated/config.h).
/external/toybox/scripts/test.sh
e156d44eb2e9954d37ed0dfa326f263c3ed4c3d7 05-May-2008 Rob Landley <rob@landley.net> More tweaks to rmdir.test and the testing infrastructure.
/external/toybox/scripts/test.sh
c564834cdc4554c601ad6d23a17a4b84ab95953d 04-May-2008 Rob Landley <rob@landley.net> Teach run-all-tests mode to only test enabled commands.
/external/toybox/scripts/test.sh
9d243a2efc889f9a171c8af1fc750665c4fb4e1b 28-Mar-2008 Rob Landley <rob@landley.net> Update help, move test.sh to scripts, and fix "make test" to call right script.
/external/toybox/scripts/test.sh