diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-05-16 13:51:59 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-05-16 13:51:59 +0200 |
commit | 1ad7ea34ee628e472345e496419958ae83957e03 (patch) | |
tree | 8930f7f50846e94b8b6db2e02a64af1feb68b149 /scripts/Util.py | |
parent | Fixed ICE-7661 - added IceBridge/simple test, fixed IceBridge bugs (diff) | |
download | ice-1ad7ea34ee628e472345e496419958ae83957e03.tar.bz2 ice-1ad7ea34ee628e472345e496419958ae83957e03.tar.xz ice-1ad7ea34ee628e472345e496419958ae83957e03.zip |
Fixed for IceBridge build issues
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 3e8c2e66427..5ba3688450a 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2499,7 +2499,7 @@ class CppMapping(Mapping): if self.cpp11: testId = current.testcase.getTestSuite().getId() parent = re.match(r'^([\w]*).*', testId).group(1) - if parent in ["IceStorm"]: + if parent in ["IceStorm", "IceBridge"]: return False elif parent in ["IceGrid"] and testId not in ["IceGrid/simple"]: return False |