diff --git a/cscs-checks/tools/profiling_and_debugging/perftools.py b/cscs-checks/tools/profiling_and_debugging/perftools.py index b5eac4d59a..0b59bf7925 100644 --- a/cscs-checks/tools/profiling_and_debugging/perftools.py +++ b/cscs-checks/tools/profiling_and_debugging/perftools.py @@ -75,7 +75,7 @@ def __init__(self, lang): self.post_run = ['grep INFO rfm_*_build.err'] self.sanity_patterns = sn.all([ sn.assert_found('SUCCESS', self.stdout), - sn.assert_found(r'^INFO: creating the CrayPat-instrumented exec', + sn.assert_found(r'^INFO: creating the (\w+)-instrumented exec', self.stdout), sn.assert_found('Table 1: Profile by Function', self.stdout), ])