aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ci/performance/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ci/performance/runner.py')
-rw-r--r--etc/ci/performance/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/performance/runner.py b/etc/ci/performance/runner.py
index dd93becbe3f..226bb506fa2 100644
--- a/etc/ci/performance/runner.py
+++ b/etc/ci/performance/runner.py
@@ -75,7 +75,7 @@ def run_servo_test(testcase, url, date, timeout, is_async):
ua_script_path = "{}/user-agent-js".format(os.getcwd())
command = [
"../../../target/release/servo", url,
- "--userscripts", ua_script_path,
+ "--userscripts=" + ua_script_path,
"--headless",
"-x", "-o", "output.png"
]