Skip to content

Commit 199cd73

Browse files
committed
Remove xtrace option in scripts
1 parent 38072fe commit 199cd73

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.evergreen/install-dependencies.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
2-
set -o xtrace # Write all commands first to stderr
32
set -o errexit # Exit the script with error if any of the commands fail
43

54
install_extension ()

.evergreen/run-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
2-
set -o xtrace # Write all commands first to stderr
32
set -o errexit # Exit the script with error if any of the commands fail
43

54
# Supported/used environment variables:

0 commit comments

Comments
 (0)