Преглед на файлове

tools/starpu_fxt_tool.c: mark as skipped when no option provided

Nathalie Furmento преди 12 години
родител
ревизия
cbbf79925b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tools/starpu_fxt_tool.c

+ 1 - 1
tools/starpu_fxt_tool.c

@@ -110,7 +110,7 @@ static void parse_args(int argc, char **argv)
 	{
 		fprintf(stderr, "Incorrect usage, aborting\n");
                 usage(argv);
-		exit(-1);
+		exit(77);
 	}
 }