Closed
Bug 301165
Opened 19 years ago
Closed 19 years ago
either checksetup.pl or runtests.pl should check for needed Perl modules before running tests
Categories
(Bugzilla :: Testing Suite, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 124391
People
(Reporter: karl, Assigned: zach)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.46 Build Identifier: Right now neither checksetup.pl nor runtests.pl check for the Perl modules that runtests requires, resulting in lots of error messages if one of the modules doesn't exist. Reproducible: Always Steps to Reproduce: 1. Download & extract Bugzilla, and run checksetup, on a machine without Test::More 2. Run runtests.pl Actual Results: I got a large number of error messages saying that Test::More could not be located Expected Results: Actual test results Test::Harness is only an example, I'm sure there are other modules needed by runtests (or by Test::Harness). What are the required modules/versions for runtests, anyway?
| Reporter | ||
Updated•19 years ago
|
Version: unspecified → 2.20
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 124391 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•