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

Print error messages when using --quiet #1614

Closed
DJRickyB opened this issue Nov 8, 2022 · 0 comments · Fixed by #1615
Closed

Print error messages when using --quiet #1614

DJRickyB opened this issue Nov 8, 2022 · 0 comments · Fixed by #1615
Assignees
Labels
tech debt :Usability Makes Rally easier to use
Milestone

Comments

@DJRickyB
Copy link
Contributor

DJRickyB commented Nov 8, 2022

Expected Behavior:

rally % esrally build --revision=nonsense --quiet
[ERROR] Cannot build. Could not checkout source tree for revision [nonsense] You may need to specify --offline if running without Internet connection.

Actual behavior:

rally % esrally build --revision=nonsense --quiet
rally % echo $?
64
@DJRickyB DJRickyB added :Usability Makes Rally easier to use tech debt labels Nov 8, 2022
@DJRickyB DJRickyB added this to the 2.7.1 milestone Nov 8, 2022
@DJRickyB DJRickyB self-assigned this Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt :Usability Makes Rally easier to use
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant