Closed
Bug 1723034
Opened 3 years ago
Closed 3 years ago
Use # instead of . in test logs
Categories
(GeckoView :: General, defect)
Tracking
(firefox92 fixed)
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: agi, Assigned: agi)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Our test logs use .
to separate between the class name and the test name, this is very confusing because to run a specific test you would type
./mach <test-class>#<test-name>
While many people end up doing this (which doesn't work)
./mach <test-class>.<test-name>
Assignee | ||
Comment 1•3 years ago
|
||
Our test logs use .
to separate between the class name and the test name,
this is very confusing because to run a specific test you would type
./mach <test-class>#<test-name>
While many people end up doing this (which doesn't work)
./mach <test-class>.<test-name>
Updated•3 years ago
|
Assignee: nobody → agi
Status: NEW → ASSIGNED
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ee767c9dc74f
Use # instead of . in test logs r=nalexander
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•