Closed
Bug 697272
Opened 14 years ago
Closed 12 years ago
Sometimes `cfx xpi` is not printing an error into stderr
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: zalun, Assigned: warner)
Details
I've found it while fixing bug 696827
ModuleNotFound is not printed into stderr if Package exists, but module not (at least that was the case since 1.2)
Because of that this test below is failing:
https://github.com/mozilla/FlightDeck/blob/master/apps/xpi/tests/test_building.py#L239
To make it pass I created this workaround:
https://github.com/mozilla/FlightDeck/blob/master/apps/xpi/xpi_utils.py#L98
Assignee: nobody → warner-bugzilla
Priority: -- → P1
Comment 1•12 years ago
|
||
The goal is to remove the use of cfx in bug 963226 and no longer use cfx bug 951820 bug 961191 so I think that we can safely close this. Also FlightDeck is disabled now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•