Skip to content
Snippets Groups Projects
Commit 83ce678a authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'fix-coordinator-exit-code' into 'master'

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

See merge request i4/manycore/emper!250
parents 6ef5a4fd a4ae1025
No related branches found
No related tags found
No related merge requests found
......@@ -80,5 +80,5 @@ auto main(int argc, char* argv[]) -> int {
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