aboutsummaryrefslogtreecommitdiffstats
path: root/runtests.sh
Commit message (Collapse)AuthorAgeFilesLines
* And turn this into a stub for runtests.pl.zach%zachlipton.com2002-11-101-4/+2
| | | | | No review needed on tests (but review will be needed for all test changes after this one)
* Fix for bug 136227: Corrects syntax error in bash script.myk%mozilla.org2002-04-131-1/+1
| | | | | Patch by David Kilzer <ddkilzer@theracingworld.com>. 2xr=afranke
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net2001-10-251-2/+2
| | | | runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net2001-10-201-3/+3
| | | | | | | also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me.
* Added a --verbose option to runtests.sh that the tinderbox scripts can use ↵justdave%syndicomm.com2001-09-011-1/+10
| | | | to get all the warnings and errors and whatnot into the build log. Also corrected several syntax and logic errors in the 1.t test file.
* Adding runtests.sh and 1.t to start the testing suite. No bug has beenzach%zachlipton.com2001-09-011-0/+3
filed on this issue. NOT_PART_OF_BUILD.