diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-08-02 21:44:53 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2019-08-02 21:44:53 -0500 |
commit | aa75b47244dec57c12cdf739b665360dc5a2a427 (patch) | |
tree | 70e6cc6a64543ec38f2665d2403a1a64c77bfbdf /scripts/Component.py | |
parent | Better work-around for xlC visibility bug (diff) | |
download | ice-aa75b47244dec57c12cdf739b665360dc5a2a427.tar.bz2 ice-aa75b47244dec57c12cdf739b665360dc5a2a427.tar.xz ice-aa75b47244dec57c12cdf739b665360dc5a2a427.zip |
Bug fix
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index 5e0d4cbc0fb..d5961615092 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -136,6 +136,8 @@ class Ice(Component): # if parent in ["Glacier2", "IceGrid"]: return False + if testId == "IceStorm/repgrid": + return False # No C++11 tests for IceStorm, IceGrid, etc if isinstance(mapping, CppMapping) and current.config.cpp11: |