Skip to content

Commit b450dc6

Browse files
committed
Use --no-run-if-empty for xargs in evg-gather-test-suites task.
1 parent 70f4c49 commit b450dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ tasks:
199199

200200
evg-test-deployed-lambda-aws: bash ${DRIVERS_TOOLS}/.evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
201201

202-
evg-gather-test-suites: find . -name \*.suite | xargs tar czf test_suite.tgz || true
202+
evg-gather-test-suites: find . -name \*.suite | xargs --no-run-if-empty tar czf test_suite.tgz
203203

204204
build-kms-test: go build ${BUILD_TAGS} ./internal/cmd/testkms
205205

0 commit comments

Comments
 (0)