diff options
author | Jose <jose@zeroc.com> | 2021-01-19 00:08:00 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2021-01-19 00:08:00 +0100 |
commit | d3fee57d4a4b6f8903637350c895049e46666798 (patch) | |
tree | c8f072eefe0343b7dd3b15424504e9420964c8f7 /scripts/Util.py | |
parent | Update to MSbuild builder 5.0.6 (diff) | |
download | ice-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.py | 2 |
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()]) |