Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
Run tests with e10s enabled (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Jun 9, 2017
1 parent a946099 commit 06175c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-master/jobs/scripts/workspace/runtests.py
Expand Up @@ -65,6 +65,7 @@ def query_args(self):
args = [ args = [
'--cfg', self.settings['harness_config'], '--cfg', self.settings['harness_config'],
'--installer-url', self.installer_url, '--installer-url', self.installer_url,
'--e10s',
] ]


if self.test_packages_url: if self.test_packages_url:
Expand Down

0 comments on commit 06175c8

Please sign in to comment.