Closed Bug 929121 Opened 11 years ago Closed 11 years ago

"AttributeError: 'builtin_function_or_method' object has no attribute 'rfind'" when trying to run marionette tests

Categories

(Remote Protocol :: Marionette, defect)

defect
Not set
normal

Tracking

(firefox25 wontfix, firefox26 wontfix, firefox27 fixed, b2g-v1.2 fixed)

RESOLVED FIXED
mozilla27
Tracking Status
firefox25 --- wontfix
firefox26 --- wontfix
firefox27 --- fixed
b2g-v1.2 --- fixed

People

(Reporter: ttaubert, Assigned: jgriffin)

References

Details

Attachments

(1 file)

The details of the failure are as follows:

AttributeError: 'builtin_function_or_method' object has no attribute 'rfind'

  File "/Users/tim/workspace/mozilla-central/testing/marionette/mach_commands.py", line 119, in run_marionette_test
    topsrcdir=self.topsrcdir, address=address)
  File "/Users/tim/workspace/mozilla-central/testing/marionette/mach_commands.py", line 57, in run_marionette
    path, exe = os.path.split(options.bin)
  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py", line 92, in split
    i = p.rfind('/') + 1

When trying to run 'mach marionette-test'.
Assignee: nobody → jgriffin
This is fallout from bug 926693.
Attachment #819924 - Flags: review?(ahalberstadt)
Depends on: 926693
Attachment #819924 - Flags: review?(ahalberstadt) → review+
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.