From 30680c1d1986d1b04b1759cf4cf8515884ba37d4 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 10 Oct 2013 11:18:10 +0200 Subject: [PATCH] we wait for 255 in the tesh, so be it. --- examples/simdag/dax/dax_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1