Preserve UserAgent header on redirect.

This commit is contained in:
Eduard Burtescu 2015-06-12 21:05:33 +03:00
parent c8c7bd900d
commit 9a87f830fc
4 changed files with 44 additions and 3 deletions

View file

@ -62,7 +62,9 @@ class ServoTestharnessExecutor(ProcessTestExecutor):
self.result_data = None
self.result_flag = threading.Event()
debug_args, command = browser_command(self.binary, ["--cpu", "--hard-fail", "-z", self.test_url(test)],
debug_args, command = browser_command(self.binary, ["--cpu", "--hard-fail", "-z",
"-u", "Servo/wptrunner",
self.test_url(test)],
self.debug_info)
self.command = command