Skip to content
Snippets Groups Projects
Commit e868266f authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed knotc not aggregating zone compiler return codes.

parent 474ab448
No related branches found
No related tags found
No related merge requests found
......@@ -560,7 +560,7 @@ int execute(const char *action, char **argv, int argc, pid_t pid,
/* Wait for all running tasks. */
while (running > 0) {
zctask_wait(tasks, jobs);
rc |= zctask_wait(tasks, jobs);
--running;
}
free(tasks);
......
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