Skip to content
Snippets Groups Projects
Commit 4a8044f3 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

tests system command: Fix return value of tests all command

parent 9e2e6cea
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ test_all(int argc, char *argv[])
fflush(stdout);
return 0;
return (failcount > 0);
}
static int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment