summaryrefslogtreecommitdiffstats
path: root/runtests.sh
AgeCommit message (Collapse)AuthorFilesLines
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-8/+1
r=justdave a=justdave
2002-11-10And turn this into a stub for runtests.pl.zach%zachlipton.com1-4/+2
No review needed on tests (but review will be needed for all test changes after this one)
2002-04-13Fix for bug 136227: Corrects syntax error in bash script.myk%mozilla.org1-1/+1
Patch by David Kilzer <ddkilzer@theracingworld.com>. 2xr=afranke
2001-10-25Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net1-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.
2001-10-20Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net1-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.
2001-09-01Added a --verbose option to runtests.sh that the tinderbox scripts can use ↵justdave%syndicomm.com1-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.
2001-09-01Adding runtests.sh and 1.t to start the testing suite. No bug has beenzach%zachlipton.com1-0/+3
filed on this issue. NOT_PART_OF_BUILD.