Closed Bug 552440 Opened 14 years ago Closed 14 years ago

update runtestsremote.py to support exceptions from devicemanager

Categories

(Testing :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Unassigned)

Details

Attachments

(1 file)

a few small changes found while testing on buildbot scripts as well as updates to support raising exceptions on common file transactions that fail on the device.
Attachment #432582 - Flags: review?(ctalbert)
Comment on attachment 432582 [details] [diff] [review]
small fixes for runtestsremote.py (1)

My only nit here is to change 

+        tempPort = options.httpPort
+        tempSSL = options.sslPort
         options = MochitestOptions.verifyOptions(self, options, mochitest)
         options.app = temp
+        options.sslPort = tempSSL
+        options.httpPort = tempPort

to:

+        tempPort = options.httpPort
+        tempSSL = options.sslPort
         options = MochitestOptions.verifyOptions(self, options, mochitest)
         options.app = temp
+        options.httpPort = tempPort
+        options.sslPort = tempSSL

Just so that they are in the same order and it is more readable.
r=me
Attachment #432582 - Flags: review?(ctalbert) → review+
Checked in as changeset: a48606cc04ac
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: New Frameworks → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: