summaryrefslogtreecommitdiff
path: root/chromium/testing/scripts/common.py
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-18 16:35:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-18 15:45:54 +0000
commit32f5a1c56531e4210bc4cf8d8c7825d66e081888 (patch)
treeeeeec6822f4d738d8454525233fd0e2e3a659e6d /chromium/testing/scripts/common.py
parent99677208ff3b216fdfec551fbe548da5520cd6fb (diff)
downloadqtwebengine-chromium-32f5a1c56531e4210bc4cf8d8c7825d66e081888.tar.gz
BASELINE: Update Chromium to 87.0.4280.67
Change-Id: Ib157360be8c2ffb2c73125751a89f60e049c1d54 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/testing/scripts/common.py')
-rw-r--r--chromium/testing/scripts/common.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/testing/scripts/common.py b/chromium/testing/scripts/common.py
index ea67b5ca88a..0d0811a4147 100644
--- a/chromium/testing/scripts/common.py
+++ b/chromium/testing/scripts/common.py
@@ -324,6 +324,9 @@ class BaseIsolatedScriptArgsAdapter(object):
def clean_up_after_test_run(self):
pass
+ def do_pre_test_run_tasks(self):
+ pass
+
def do_post_test_run_tasks(self):
pass
@@ -331,6 +334,8 @@ class BaseIsolatedScriptArgsAdapter(object):
self.parse_args()
cmd = self.generate_isolated_script_cmd()
+ self.do_pre_test_run_tasks()
+
env = os.environ.copy()
# Assume we want to set up the sandbox environment variables all the