Closed
Bug 1085414
Opened 11 years ago
Closed 11 years ago
Allow apps that are symbolically linked to be unit tested
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Firefox OS Graveyard
Gaia::Build
Tracking
(b2g-v2.1 fixed, b2g-v2.2 fixed)
RESOLVED
FIXED
2.1 S7 (24Oct)
People
(Reporter: rik, Assigned: rik)
Details
Attachments
(1 file)
|
46 bytes,
text/x-github-pull-request
|
ochameau
:
review+
fabrice
:
approval-gaia-v2.1+
|
Details | Review |
Context: I'm using the Gaia build system to run tests for a privileged app not part of Gaia. To do that, I create a symbolic link inside apps/ to my real app.
The build system currently only looks for real directories.
| Assignee | ||
Comment 1•11 years ago
|
||
Let me know if you need more details for this review.
Attachment #8507950 -
Flags: review?(poirot.alex)
Comment 2•11 years ago
|
||
Comment on attachment 8507950 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/25336
Do you know about outoftree_apps/ folder?
You can put any app here that will be shipped on device but ignored by git.
Attachment #8507950 -
Flags: review?(poirot.alex) → review+
Comment 3•11 years ago
|
||
Also, I don't see any try run on the PR, can you ensure having a green run before merging?
| Assignee | ||
Comment 4•11 years ago
|
||
I've pushed another time to get a Gaia try run.
| Assignee | ||
Comment 5•11 years ago
|
||
Got a green run :) https://github.com/mozilla-b2g/gaia/commit/c8b25a950f59dbe7cba8195305f3660369a3a3d7
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8507950 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/25336
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #):
[User impact] if declined: This is a test only change for BuddyUp. We'd like to test against 2.1.
[Testing completed]: Our automation did not crash in the last 24hours :)
[Risk to taking this patch] (and alternatives if risky): Limited to test runner.
[String changes made]: None
Attachment #8507950 -
Flags: approval-gaia-v2.1?
Updated•11 years ago
|
Attachment #8507950 -
Flags: approval-gaia-v2.1? → approval-gaia-v2.1+
Comment 7•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•