forked from swiftlang/swift-corelibs-foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestFoundation: force
process.run()
to succeed
When debugging the process tests on Windows, the failure to `Process.launch` would silently be ignored. The tests do not expect the `launch()` call to fail so ensure that the child process is launched. This ensures that we get a proper indication of the failure.
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters