cake-build/cake
Tool.Run should make stdout and stderr available on failure
Offen
#2.460 geöffnet am 24.01.2019
Help wantedImprovementUp-for-grabs
Repository-Metriken
- Stars
- (3.742 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Tool.Run and related should make stdout and stderr available so that some analysis is possible on failure. Currently it calls ProcessExitCode which throws a simple CakeException.
Ideally, it would capture stdout and stderr and throw a CakeProcessException, or similar, that has additional properties for exit code, stdout and stderr.