AnandInguva commented on code in PR #28385: URL: https://github.com/apache/beam/pull/28385#discussion_r1320623686
########## sdks/python/scripts/run_tox.sh: ########## @@ -56,12 +56,13 @@ fi if [[ ! -z $2 ]]; then SDK_LOCATION="$1" shift; - tox -c tox.ini run --recreate -e "$TOX_ENVIRONMENT" --installpkg "$SDK_LOCATION" -- "$@" + tox -rvv -c tox.ini run --recreate -e "$TOX_ENVIRONMENT" --installpkg "$SDK_LOCATION" -- "$@" Review Comment: Debug mode. Remove this flag before merging -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
