summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2021-01-19 00:08:00 +0100
committerJose <jose@zeroc.com>2021-01-19 00:08:00 +0100
commitd3fee57d4a4b6f8903637350c895049e46666798 (patch)
treec8f072eefe0343b7dd3b15424504e9420964c8f7 /scripts/Util.py
parentUpdate to MSbuild builder 5.0.6 (diff)
downloadice-d3fee57d4a4b6f8903637350c895049e46666798.tar.bz2
ice-d3fee57d4a4b6f8903637350c895049e46666798.tar.xz
ice-d3fee57d4a4b6f8903637350c895049e46666798.zip
Check the python version of the interpreter running the tests
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 9f2f9e32f89..7497cee2096 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -892,6 +892,8 @@ class Mapping(object):
def loadTestSuites(self, tests, config, filters=[], rfilters=[]):
global currentMapping
currentMapping = self
+ global currentConfig
+ currentConfig = config
try:
origsyspath = sys.path
prefix = os.path.commonprefix([toplevel, self.component.getScriptDir()])