diff options
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 479aa590586..2155de818cb 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2503,7 +2503,7 @@ class CppMapping(Mapping): return False elif parent in ["IceGrid"] and testId not in ["IceGrid/simple"]: return False - elif parent in ["Glacier2"] and testId not in ["Glacier2/application"]: + elif parent in ["Glacier2"] and testId not in ["Glacier2/application", "Glacier2/sessionHelper"]: return False return True |