This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle missing output file info in log files
This is an attempt to fix #46 (and related issues) which are caused by "Output written on .." text missing in log files. This caused problems due to `outputFilePath` being set to `null` yet the status code was 0, thus the build was treated as a success, but paths ended up with an invalid "null" segment. Added a regression style test that should (hopefully) ensure this problem does not get re-introduced.
- Loading branch information
Showing
2 changed files
with
52 additions
and
21 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
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