This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MAINT) Better error outputting to terminal
This commit changes how errors are outputted to the terminal. Previously, when a tool returned a non-success exit code and no stderr, the terminal would just output an exit code. Now, when tool returns a non-success exit code and no stderr, the stdout will be outputted to the terminal. The tool's stdout should contain what validation errors occurred. This commit also adds a change to how the code directory is presented in the outputted text. Previously, any usage of a code directory would have `/code/` prepended onto it as it was mounted to this docker directory. Now PRM will find and remove any usage of `/code/` in the output text.
- Loading branch information
petergmurphy
committed
May 31, 2022
1 parent
8eb5913
commit 41e3b20
Showing
4 changed files
with
31 additions
and
23 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
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