Skip to content

Commit

Permalink
Merge branch 'main' into brettlangdon/allchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon authored May 29, 2024
2 parents ab3cea9 + d4b9274 commit 97ab6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ddtest
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [[ "${CIRCLECI}" = "true" ]]; then
--quiet-pull \
--rm \
testrunner \
bash -c "$FULL_CMD"
bash -c "ulimit -c unlimited || true && $FULL_CMD"
else
docker-compose run \
-e DD_TRACE_AGENT_URL \
Expand Down

0 comments on commit 97ab6c6

Please sign in to comment.