summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-261-0/+3
|
* - Fixed bug where you couldn't mix line number and regexes in two-address cmdsMark Whitley2001-06-111-1/+9
| | | | | | - Fixed bug where you couldn't use two addresses for a 'c' cmd - Moved the do_sed_cmd function into process_file to simplify some things - Reduced a buncha lines of code in the process
* Another hush update from Larry:Eric Andersen2001-06-071-0/+29
| | | | | | | Fixes the interaction between if/then/else/fi syntax and variables. I planned to do it right from the beginning, but my implementation was buggy. Also adds the relevant test cases. Also adds some old Matt Kraai variable test cases that got left out somehow.
* Added a new testcase from Larry Doolittle (inspired by a note from VadimMatt Kraai2001-06-051-0/+6
| | | | Berkgaut).
* More shell / quoting testcases from Larry.Mark Whitley2001-05-242-2/+23
|
* 'Nother patch from Larry to fix a buglet in how the line gets sed-ified.Mark Whitley2001-05-242-4/+23
| | | | | Also, more testcases and comments on bugs and formatting differences in some of the testcases.
* Added support for grep -e and grep -f, closes bug #1164. Also added someMark Whitley2001-05-241-1/+2
| | | | testcases for these new features.
* Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoidMark Whitley2001-05-243-38/+99
| | | | a bash2-ism and quote variables that contain strings.
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-231-1/+1
|
* Added some testcases for grep and sed (many more could still be added)Mark Whitley2001-05-141-0/+13
|
* Some more tests for cut. Craig Matsuura said he saw some problems along theseMark Whitley2001-03-271-0/+6
| | | | lines. "Works for me", but we'll keep these tests around for regression.
* Applied patch from Larry Doolittle to fix problem where multibuild.pl wouldMark Whitley2001-03-152-6/+10
| | | | build the wrong files. Made the same changes to multifeat.pl.
* Added some tests for some recently found / fixed bugs in the shell.Mark Whitley2001-03-151-1/+6
|
* Some new testcases, some improvements to the tester.sh script.Mark Whitley2001-03-132-70/+146
|
* Program for testing concurrent access to syslogd.Mark Whitley2001-03-121-0/+44
|
* Created new regression testing framework with a number of testcases (many moreMark Whitley2001-03-102-0/+405
| | | | | | can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.)
* Added script that tests turning on features in busybox one at a time andMark Whitley2001-03-091-0/+81
| | | | compiling to see if things break. Initial revision.
* Revert multibuild.pl change.Eric Andersen2001-02-161-1/+0
|
* Patch from Larry Doolittle to cross things in multibuild.plEric Andersen2001-02-161-0/+1
|
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen2001-02-012-2/+22
| | | | | | | to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik
* Test applets containing numbers in their name. Thanks to Larry Doolittle.Matt Kraai2001-01-291-1/+1
|
* Cleanup from Larry DoolittleEric Andersen2001-01-251-0/+0
|
* more bugs fixed -- found doing regression testingEric Andersen2001-01-241-0/+0
| | | | -Erik
* Fix _old_ bug so that the regression test actually works.Eric Andersen2001-01-241-0/+0
| | | | -Erik
* Added new script from Larry Doolittle that builds each applet individually.Mark Whitley2001-01-041-0/+51
|
* Test suite update from Larry Doolittle to disable some problematicEric Andersen2000-12-112-3/+10
| | | | ambiguous cases. Everything now passes the test suite...
* Script to do regression test, by combining all possible options.Eric Andersen2000-08-211-0/+1
| | | | -Erik
* Script to do regression test, by combining all possible options.Eric Andersen2000-08-211-0/+0
| | | | | Run this to check for combinitorial type build errors. -Erik
* Remove trailing space char.Eric Andersen2000-06-141-1/+1
| | | | -Erik
* Integrate Tomi Ollila's telnet. Costs 3k. :)Eric Andersen2000-06-141-53/+80
| | | | -Erik
* Some more updates and such...Erik Andersen2000-04-211-24/+31
| | | | -Erik
* Make the sys logger for so that concurrent logging will workErik Andersen2000-04-193-0/+22
| | | | | properly (see tests/syslog_test.c for example). -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-044-78/+165
| | | | -Erik
* Add this in0_42Erik Andersen2000-02-111-0/+15
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-074-0/+501
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik