Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reactivate the last MBI generator now that it produces tests that compile
[simgrid.git] / teshsuite / smpi / MBI / simgrid.py
index aa2080ab4a7faa1b6831e94b53ed8f82954bee05..8d84521d4967cf1cdbe3cffb81986d035d8a2180 100644 (file)
@@ -64,7 +64,7 @@ class Tool(AbstractTool):
 
     def teardown(self):
         subprocess.run("find -type f -a -executable | xargs rm -f", shell=True, check=True) # Remove generated cruft (binary files)
-        subprocess.run("rm -f smpitmp-* core", shell=True, check=True) 
+        subprocess.run("rm -f smpitmp-* core", shell=True, check=True)
 
     def parse(self, cachefile):
         if os.path.exists(f'{cachefile}.timeout') or os.path.exists(f'logs/simgrid/{cachefile}.timeout'):