Skip to content
Snippets Groups Projects
Unverified Commit cb57c371 authored by Matthew Pickering's avatar Matthew Pickering Committed by GitHub
Browse files

external commands: Wait for process to finish before exiting (#10100)

Issue #10063 points out that cabal exits before the external command
has finished executing. This was a simple oversight to not
waitForProcess on the result of calling createProcess.

This also points out the flaw that there isn't a way for external
commands to signal failure, so we now also propagate the exit code from
the external process.

Fixes #10063
parent 236b5135
No related branches found
No related tags found
No related merge requests found
Pipeline #96744 passed
Status
Pipeline
Created by
Stages
Actions
Passed

01:13:37

avatar

No artifacts found