Skip to content

Commit 16ac4a0

Browse files
committed
Merge branch 'master' into PYTHON-5202-spec-test
2 parents ddd7523 + e724d66 commit 16ac4a0

File tree

276 files changed

+9090
-3863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+9090
-3863
lines changed

.evergreen/combine-coverage.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Coverage combine merges (and removes) all the coverage files and
44
# generates a new .coverage file in the current directory.
55

6-
set -o xtrace # Write all commands first to stderr
7-
set -o errexit # Exit the script with error if any of the commands fail
6+
set -eu
87

98
. .evergreen/utils.sh
109

0 commit comments

Comments
 (0)