X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45cb2841f9c4e7b7117b6ffd9fef5e78c9004931..f16b82f28f1d2115de766375f4ef2e668fcd82ec:/tools/sg_unit_extractor.pl diff --git a/tools/sg_unit_extractor.pl b/tools/sg_unit_extractor.pl index 30686a70d1..9ef69f986c 100755 --- a/tools/sg_unit_extractor.pl +++ b/tools/sg_unit_extractor.pl @@ -148,6 +148,7 @@ int main(int argc, char *argv[]) { /* Got all my tests to do */ res = xbt_test_run(selection); + xbt_test_exit(); xbt_exit(); return res; }