Skip to content

Commit

Permalink
added new options to output logs for E2E pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthompson591 committed May 12, 2022
1 parent f30e4e5 commit a3d8bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/scripts/run_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ fi
echo ">>> RUNNING integration tests with pipeline options: $PIPELINE_OPTS"
echo ">>> pytest options: $TEST_OPTS"
echo ">>> collect markers: $COLLECT_MARKERS"
ARGS="-o junit_suite_name=$SUITE --junitxml=pytest_$SUITE.xml $TEST_OPTS"
ARGS="-o junit_suite_name=$SUITE -o log_cli=true -o log_level=INFO --junitxml=pytest_$SUITE.xml $TEST_OPTS"
# Handle markers as an independient argument from $TEST_OPTS to prevent errors in space separeted flags
if [ -z "$COLLECT_MARKERS" ]; then
pytest $ARGS --test-pipeline-options="$PIPELINE_OPTS"
Expand Down

0 comments on commit a3d8bf6

Please sign in to comment.