X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aab076afacb8bc3f295c6f42e221f4d2e5d5d69a..42e53275818eb73c44d49566d9a4794658766ed9:/teshsuite/smpi/MBI/simgrid.py diff --git a/teshsuite/smpi/MBI/simgrid.py b/teshsuite/smpi/MBI/simgrid.py index aa2080ab4a..8d84521d49 100644 --- a/teshsuite/smpi/MBI/simgrid.py +++ b/teshsuite/smpi/MBI/simgrid.py @@ -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'):