Closed
Bug 366581
Opened 18 years ago
Closed 18 years ago
mochitest requires setting up variables in runtests.pl before it can run
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: asqueella, Unassigned)
References
()
Details
20 $app = "/home/sayrer/firefox/mozilla/fb-debug/dist/bin/firefox";
21 $profile = "dhtml_test_profile";
22 $profile_dir = "/tmp/$profile";
$app could be passed as parameter, with makefile invoking runtests.pl passing $(DIST)/bin/$(MOZ_APP_NAME) to it. $profile_dir could be inside dist/ or in a temp location obtained from the OS.
| Reporter | ||
Comment 1•18 years ago
|
||
Fixed in bug 364043.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Component: Testing → Mochitest
Product: Core → Testing
QA Contact: testing → mochitest
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•