Skip to content

Commit

Permalink
Run PEX with -v*9
Browse files Browse the repository at this point in the history
PEX_VERBOSE only impacts runtime output. -vvv... impacts build time output.
  • Loading branch information
Eric-Arellano committed Feb 19, 2019
1 parent 7c17c0a commit edf81ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/release.sh
Expand Up @@ -55,7 +55,7 @@ function run_pex27() {

curl -sSL "${PEX_DOWNLOAD_PREFIX}/v${PEX_VERSION}/${PEX_PEX}" > "${pex}"
chmod +x "${pex}"
"${pex}" "$@"
"${pex}" "-vvvvvvvvv" "$@"
)
}

Expand Down

0 comments on commit edf81ef

Please sign in to comment.