X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bb8f0f067f946c74f5bb1c09e39c42aa0e01ccf6..198e3ed3d692a2668a1609ae85760a5010dc78e7:/tools/tesh/tesh.py diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index a51dac83eb..2552c71b4d 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -674,5 +674,4 @@ if __name__ == '__main__': print("Test suite from stdin OK") else: print("Test suite `" + f.filename + "' OK") - else: - tesh_exit(return_code) + tesh_exit(return_code)