Browse Source

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

Nathalie Furmento 12 years ago
parent
commit
cbbf79925b
1 changed files with 1 additions and 1 deletions
  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);
 	}
 }