Skip to content
Snippets Groups Projects
Commit a4ae1025 authored by Florian Fischer's avatar Florian Fischer
Browse files

[apps/Coordinator] return SUCCESS when exiting successful not FAILURE

parent da94f93c
No related branches found
No related tags found
No related merge requests found
...@@ -80,5 +80,5 @@ auto main(int argc, char* argv[]) -> int { ...@@ -80,5 +80,5 @@ auto main(int argc, char* argv[]) -> int {
runtime.waitUntilFinished(); runtime.waitUntilFinished();
return EXIT_FAILURE; return EXIT_SUCCESS;
} }
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