Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let the users know about config changes concerning the contextes
[simgrid.git] / tools / tesh / tesh.py
index cc4e00a..756f839 100755 (executable)
@@ -414,7 +414,8 @@ if __name__ == '__main__':
         TeshState().ignore_regexps_common = [
            re.compile("^profiling:"),
            re.compile(".*WARNING: ASan doesn\'t fully support"),
-           re.compile("Unable to clean temporary file C:.*")]
+           re.compile("Unable to clean temporary file C:.*"),
+           re.compile(".*Configuration change: Set \'contexts/")]
     
     if options.teshfile is None:
         f = FileReader(None)