Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we wait for 255 in the tesh, so be it.
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 10 Oct 2013 09:18:10 +0000 (11:18 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 10 Oct 2013 13:02:13 +0000 (15:02 +0200)
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 */