Skip to content

Commit

Permalink
Backed out changeset 9bb233375f3d (bug 1650900) for build bustages. C…
Browse files Browse the repository at this point in the history
…LOSED TREE
  • Loading branch information
Razvan Maries committed Jul 6, 2020
1 parent ddeac41 commit 7160b95
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions testing/xpcshell/runxpcshelltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,10 @@ def updateTestPrefsFile(self):

prefs = self.test_object['prefs'].strip().split()
name = self.test_object['id']
if self.verbose:
self.log.info(
"%s: Per-test extra prefs will be set:\n {}".format(
'\n '.join(prefs)) % name
)
self.log.info(
"%s: Per-test extra prefs will be set:\n {}".format(
'\n '.join(prefs)) % name
)

profile.set_preferences(parse_preferences(prefs), filename=filename)
# Make sure that the extra prefs form the command line are overriding
Expand Down

0 comments on commit 7160b95

Please sign in to comment.