Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmakelists cleanup
[simgrid.git] / teshsuite / msg / trace / test_trace_integration.c
index 4ed7b37..49ed7a0 100644 (file)
@@ -63,12 +63,10 @@ int main(int argc, char *argv[])
   MSG_function_register("test_trace", test_trace);
   /* Use the same file for platform and deployment. */
   MSG_create_environment(argv[1]);
-  MSG_launch_application(argv[1]);
+  MSG_launch_application(argv[2]);
   /* Run the example. */
   res = MSG_main();
 
-  MSG_clean();
-
   if (res == MSG_OK)
     return 0;
   else