Skip to content

Commit

Permalink
fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthompson591 committed May 12, 2022
1 parent a3d8bf6 commit 3e82cfd
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 @@ -278,7 +278,7 @@ 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 -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
# Handle markers as an independent argument from $TEST_OPTS to prevent errors in space separated flags
if [ -z "$COLLECT_MARKERS" ]; then
pytest $ARGS --test-pipeline-options="$PIPELINE_OPTS"
else
Expand Down

0 comments on commit 3e82cfd

Please sign in to comment.