Closed
Bug 618646
Opened 15 years ago
Closed 14 years ago
Read environments config file for platform related scripts
Categories
(Mozilla QA Graveyard :: Mozmill Crowd Extension, defect)
Mozilla QA Graveyard
Mozmill Crowd Extension
Tracking
(Not tracked)
RESOLVED
FIXED
0.1
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
|
6.73 KB,
patch
|
aaronmt
:
review+
|
Details | Diff | Splinter Review |
Because our extension has cross-platform support, we need some configuration options specific for the platform, the extension is running on. For now it's necessary to know the names of the setup and start script to use.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•14 years ago
|
||
Patch, which allows to setup the environment and run the tests across platforms.
Attachment #499843 -
Flags: review?(aaron.train)
Comment 2•14 years ago
|
||
Comment on attachment 499843 [details] [diff] [review]
Patch v1
INI parser looks fine by me, r+. Do you have an example/listing of the properties and sections that will be used in the configuration file?
Attachment #499843 -
Flags: review?(aaron.train) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> INI parser looks fine by me, r+. Do you have an example/listing of the
> properties and sections that will be used in the configuration file?
No, right now it's only:
[scripts]
setup=
run=
I don't think we will need more.
| Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•