diff options
-rw-r--r-- | etc/ci/performance/runner.py | 2 |
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" ] |