| commit | 2049c84eaffc6b16498eecb95d36318652b0275c | [log] [tgz] |
|---|---|---|
| author | philwo <philwo@google.com> | Thu Aug 24 17:36:56 2017 +0200 |
| committer | Damien Martin-Guillerez <dmarting@google.com> | Thu Aug 24 17:43:29 2017 +0200 |
| tree | ea612e197fddad6c91ce1163997731b74a8b6cc3 | |
| parent | a23cde71ae4e8c30aa80559e77c95fa1fb5f57bf [diff] |
Remove "set -o pipefail" as it breaks bazel_sandboxing_test. http://ci.bazel.io/job/bazel-tests/978/artifact/tests-node=linux-x86_64-variation=/src/test/shell/bazel/bazel_sandboxing_test/test.log/*view*/ PiperOrigin-RevId: 166345991
diff --git a/src/test/shell/bazel/remote_helpers.sh b/src/test/shell/bazel/remote_helpers.sh index ff76585..6a5a877 100755 --- a/src/test/shell/bazel/remote_helpers.sh +++ b/src/test/shell/bazel/remote_helpers.sh
@@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -euo pipefail +set -eu case "${PLATFORM}" in darwin|freebsd)