Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar
[simgrid.git] / teshsuite / smpi / MBI / simgrid.py
index 1dc6bef..b4f4158 100644 (file)
@@ -70,7 +70,7 @@ class Tool(AbstractTool):
 
     def parse(self, cachefile):
         if os.path.exists(f'{cachefile}.timeout') or os.path.exists(f'logs/simgrid/{cachefile}.timeout'):
-            outcome = 'timeout'
+            return 'timeout'
         if not (os.path.exists(f'{cachefile}.txt') or os.path.exists(f'logs/simgrid/{cachefile}.txt')):
             return 'failure'