From: Augustin Degomme Date: Thu, 10 Oct 2013 09:18:10 +0000 (+0200) Subject: we wait for 255 in the tesh, so be it. X-Git-Tag: v3_9_90~23 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/30680c1d1986d1b04b1759cf4cf8515884ba37d4 we wait for 255 in the tesh, so be it. --- diff --git a/examples/simdag/dax/dax_test.c b/examples/simdag/dax/dax_test.c index 957858b110..99ec01eff6 100644 --- a/examples/simdag/dax/dax_test.c +++ b/examples/simdag/dax/dax_test.c @@ -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 */