Skip to content

Commit

Permalink
feat(rust): remove the quiet flag in bats tests
Browse files Browse the repository at this point in the history
and the no_color flag since it is not necessary anymore
  • Loading branch information
etorreborre committed Jul 11, 2024
1 parent 8600481 commit f8fe1ab
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@ bats_require_minimum_version 1.5.0
# Disable the opentelemetry export to improve performances
export OCKAM_OPENTELEMETRY_EXPORT=false

# Set QUIET to 1 to suppress user-facing logging written at stderr
export QUIET=1

# Set NO_COLOR to 1 to suppress colored messages in log files
export NO_COLOR=1

# Ockam binary to use
if [[ -z $OCKAM ]]; then
export OCKAM=ockam
Expand Down

0 comments on commit f8fe1ab

Please sign in to comment.