We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f4c49 commit b450dc6Copy full SHA for b450dc6
Taskfile.yml
@@ -199,7 +199,7 @@ tasks:
199
200
evg-test-deployed-lambda-aws: bash ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
201
202
- evg-gather-test-suites: find . -name \*.suite | xargs tar czf test_suite.tgz || true
+ evg-gather-test-suites: find . -name \*.suite | xargs --no-run-if-empty tar czf test_suite.tgz
203
204
build-kms-test: go build ${BUILD_TAGS} ./internal/cmd/testkms
205
0 commit comments