propagate error exit status of called process
commit23da4dfb823e55b50fe5c4528abfe988a43db3c6
authorrofl0r <rofl0r@users.noreply.github.com>
Sun, 19 Dec 2021 18:23:57 +0000 (19 18:23 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Sun, 19 Dec 2021 18:23:57 +0000 (19 18:23 +0000)
treee4fc27870b5f06293c455434212f9de5c8396b1d
parent27a6725d05d8c702f368985b8a2b187664e835b4
propagate error exit status of called process

previously jobflow ignored when a process returned error exit
status (plus it failed to recognize abnormal process termination
of a child, like SIGSEGV and went into an endless loop in such a
case).

the new behaviour is that when a child process fails, execution
stops and jobflow returns error exit status (although not the same,
as different child processes may return different error status).
the returned error status is always 1.
jobflow.c