This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d1a617077769042cc7b020a6f3af78671ec26551
Author: tvalentyn <[email protected]>
AuthorDate: Mon Aug 14 11:39:34 2023 -0700

    Add pytest logging in VC tests.
---
 sdks/python/container/run_validatescontainer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/container/run_validatescontainer.sh 
b/sdks/python/container/run_validatescontainer.sh
index c5e7866074f..868dec4fe5d 100755
--- a/sdks/python/container/run_validatescontainer.sh
+++ b/sdks/python/container/run_validatescontainer.sh
@@ -125,7 +125,7 @@ cd sdks/python
 SDK_LOCATION=$2
 
 echo ">>> RUNNING DATAFLOW RUNNER VALIDATESCONTAINER TEST"
-pytest -o junit_suite_name=$IMAGE_NAME \
+pytest -o log_cli=True -o log_level=Info -o junit_suite_name=$IMAGE_NAME \
   -m=$TEST_SUITE_TAG \
   --show-capture=no \
   --numprocesses=1 \

Reply via email to