Skip to content

Commit

Permalink
Replace --debug with --scan for OSS Acceptance Tests (#9294)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmossman committed Oct 16, 2023
1 parent 4147018 commit b42b655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/acceptance_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ check_success 'init'
check_success 'airbyte-bootloader'

echo "Running e2e tests via gradle"
USE_EXTERNAL_DEPLOYMENT=true ./gradlew :airbyte-tests:acceptanceTest --rerun-tasks --debug
USE_EXTERNAL_DEPLOYMENT=true ./gradlew :airbyte-tests:acceptanceTest --rerun-tasks --scan

0 comments on commit b42b655

Please sign in to comment.