Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not duplicate rctx_wait_bg in rctx_exit
[simgrid.git] / tools / tesh / tesh.c
index f4a3c89..f45d0b1 100644 (file)
@@ -243,6 +243,7 @@ int main(int argc, char *argv[])
     INFO0("Test suite from stdin");
     testsuite_name = "(stdin)";
     handle_suite(testsuite_name, stdin);
     INFO0("Test suite from stdin");
     testsuite_name = "(stdin)";
     handle_suite(testsuite_name, stdin);
+    rctx_wait_bg();
     INFO0("Test suite from stdin OK");
 
   } else {
     INFO0("Test suite from stdin OK");
 
   } else {