Skip to content

Commit

Permalink
build: remove verbose logging from test scripts (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and JustinBeckwith committed May 29, 2019
1 parent 67ebf16 commit d64d892
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .kokoro/docs.sh
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -xeo pipefail
set -eo pipefail

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

Expand Down
2 changes: 1 addition & 1 deletion .kokoro/lint.sh
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -xeo pipefail
set -eo pipefail

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

Expand Down
2 changes: 1 addition & 1 deletion .kokoro/samples-test.sh
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -xeo pipefail
set -eo pipefail

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

Expand Down
2 changes: 1 addition & 1 deletion .kokoro/system-test.sh
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -xeo pipefail
set -eo pipefail

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

Expand Down
2 changes: 1 addition & 1 deletion .kokoro/test.sh
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -xeo pipefail
set -eo pipefail

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

Expand Down
2 changes: 1 addition & 1 deletion .kokoro/trampoline.sh
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -xeo pipefail
set -eo pipefail

# Always run the cleanup script, regardless of the success of bouncing into
# the container.
Expand Down

0 comments on commit d64d892

Please sign in to comment.