Closed
Bug 597503
Opened 15 years ago
Closed 15 years ago
update mozrunner install to pick up changes from bug 583142
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
0.9
People
(Reporter: lsblakk, Assigned: warner)
References
Details
Attachments
(1 file)
|
634 bytes,
patch
|
avarma
:
review+
|
Details | Diff | Splinter Review |
running into the same behaviour as bug 583142 when trying to run the cfx testall in staging:
Welcome to the Jetpack SDK. Run 'cfx docs' for assistance.
Testing cfx...
............................................................
----------------------------------------------------------------------
Ran 60 tests in 3.924s
OK
Testing reading-data...
Traceback (most recent call last):
File "/Users/cltbld/talos-slave/mozilla-central_snowleopard_test-jetpack/build/jetpack/jetpack-sdk-9bfe1631d20c/bin/cfx", line 6, in <module>
cuddlefish.run()
File "/Users/cltbld/talos-slave/mozilla-central_snowleopard_test-jetpack/build/jetpack/jetpack-sdk-9bfe1631d20c/python-lib/cuddlefish/__init__.py", line 341, in run
test_all(env_root, defaults=options.__dict__)
File "/Users/cltbld/talos-slave/mozilla-central_snowleopard_test-jetpack/build/jetpack/jetpack-sdk-9bfe1631d20c/python-lib/cuddlefish/__init__.py", line 215, in test_all
test_all_examples(env_root, defaults)
File "/Users/cltbld/talos-slave/mozilla-central_snowleopard_test-jetpack/build/jetpack/jetpack-sdk-9bfe1631d20c/python-lib/cuddlefish/__init__.py", line 250, in test_all_examples
env_root=env_root)
File "/Users/cltbld/talos-slave/mozilla-central_snowleopard_test-jetpack/build/jetpack/jetpack-sdk-9bfe1631d20c/python-lib/cuddlefish/__init__.py", line 602, in run
addons=options.addons)
File "/Users/cltbld/talos-slave/mozilla-central_snowleopard_test-jetpack/build/jetpack/jetpack-sdk-9bfe1631d20c/python-lib/cuddlefish/runner.py", line 291, in run_app
kp_kwargs=popen_kwargs)
File "/Users/cltbld/talos-slave/mozilla-central_snowleopard_test-jetpack/build/jetpack/jetpack-sdk-9bfe1631d20c/python-lib/mozrunner/__init__.py", line 339, in __init__
raise Exception("Binary path does not exist "+self.binary)
Exception: Binary path does not exist /Users/cltbld/talos-slave/mozilla-central_snowleopard_test-jetpack/build/Minefield.app/Contents/MacOS/firefox-bin/Contents/MacOS/firefox-bin
| Assignee | ||
Comment 1•15 years ago
|
||
I'm not precisely sure what this does, but I believe it corresponds to the patch for bug 583142. (personally I'd use { 'Contents/MacOS/' not in binary }, but keeping our copy as similar as possible to the upstream version seemed more important).
Attachment #476386 -
Flags: review?(avarma)
Comment 2•15 years ago
|
||
Comment on attachment 476386 [details] [diff] [review]
don't double-add "Contents/MacOS/" to mozrunner path
Looks good to me!
Attachment #476386 -
Flags: review?(avarma) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
cool, thanks. I'm guessing this isn't 0.8-worthy, but I'll let Lukas and Myk tell me otherwise. It's pretty small.
| Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
OS: All → Mac OS X
Resolution: --- → FIXED
Target Milestone: -- → 0.9
Comment 5•15 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•