Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Allow disabling EnergyPlus result output #5164

Closed
shorowit opened this issue Apr 23, 2024 · 0 comments · Fixed by #5169
Closed

CLI: Allow disabling EnergyPlus result output #5164

shorowit opened this issue Apr 23, 2024 · 0 comments · Fixed by #5169

Comments

@shorowit
Copy link
Contributor

Enhancement Request

Currently the CLI will output the following when running a simulation:

EnergyPlus Completed Successfully.
RunEnergyPlus: Completed Successfully with 0 Fatal Errors, 0 Severe Errors, 35 Warnings.

It'd be useful to be able to turn this off when, e.g., running tests because it makes it hard to see the test results.

fmt::print("RunEnergyPlus: {} with ", status);

@shorowit shorowit added Enhancement Request Triage Issue needs to be assessed and labeled, further information on reported might be needed labels Apr 23, 2024
jmarrec added a commit that referenced this issue Apr 25, 2024
@jmarrec jmarrec added component - CLI component - Workflow and removed Triage Issue needs to be assessed and labeled, further information on reported might be needed labels Apr 25, 2024
@jmarrec jmarrec self-assigned this Apr 25, 2024
jmarrec added a commit that referenced this issue Apr 25, 2024
jmarrec added a commit that referenced this issue Apr 25, 2024
jmarrec added a commit that referenced this issue Apr 25, 2024
jmarrec added a commit that referenced this issue May 2, 2024
kbenne added a commit that referenced this issue May 2, 2024
Fix #5164 - Unless --show-stdout, do not print any ExpandObjects / EnergyPlus messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants