Use export to set VERBOSE_LOGS

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2024-02-29 14:59:40 +00:00
parent 5f7862a567
commit 869e310456
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# If you are debugging a build / CI issue, you can get complete unsilenced logs # If you are debugging a build / CI issue, you can get complete unsilenced logs
# by un-commenting the following line (or setting VERBOSE_LOGS in your environment): # by un-commenting the following line (or setting VERBOSE_LOGS in your environment):
# VERBOSE_LOGS=1 # export VERBOSE_LOGS=1
# don't silence invocations containing these arguments # don't silence invocations containing these arguments
export NO_SILENCE=" --version " export NO_SILENCE=" --version "

View File

@ -8,7 +8,7 @@
# If you are debugging a build / CI issue, you can get complete unsilenced logs # If you are debugging a build / CI issue, you can get complete unsilenced logs
# by un-commenting the following line (or setting VERBOSE_LOGS in your environment): # by un-commenting the following line (or setting VERBOSE_LOGS in your environment):
# VERBOSE_LOGS=1 # export VERBOSE_LOGS=1
# don't silence invocations containing these arguments # don't silence invocations containing these arguments
export NO_SILENCE=" --version | test " export NO_SILENCE=" --version | test "