Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we wait for 255 in the tesh, so be it.
[simgrid.git] / examples / simdag / dax / dax_test.c
index 957858b..99ec01e 100644 (file)
@@ -63,7 +63,7 @@ int main(int argc, char **argv)
     XBT_ERROR("A problem occurred during DAX parsing (cycle or syntax). Do not continue this test");
     free(tracefilename);
     SD_exit();
-    return -1;
+    exit(255);
   }
 
   /* Display all the tasks */