Skip to content

Commit b2f8a74

Browse files
bcoeJustinBeckwith
authored andcommitted
build: remove verbose logging from test scripts (#727)
1 parent 26fb5cf commit b2f8a74

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.kokoro/docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -xeo pipefail
17+
set -eo pipefail
1818

1919
export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020

.kokoro/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -xeo pipefail
17+
set -eo pipefail
1818

1919
export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020

.kokoro/samples-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -xeo pipefail
17+
set -eo pipefail
1818

1919
export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020

.kokoro/system-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -xeo pipefail
17+
set -eo pipefail
1818

1919
export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020

.kokoro/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -xeo pipefail
17+
set -eo pipefail
1818

1919
export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020

.kokoro/trampoline.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
set -xeo pipefail
16+
set -eo pipefail
1717

1818
# Always run the cleanup script, regardless of the success of bouncing into
1919
# the container.

0 commit comments

Comments
 (0)