Skip to content

Commit c0c2710

Browse files
nglevinluispadron
authored andcommitted
Enable set -o pipefail in binary_contents_test.sh, as we already do with archive_contents_test.sh.
Cherry-pick: 6e66e1d
1 parent 1c98109 commit c0c2710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/starlark_tests/verifier_scripts/binary_contents_test.sh

Lines changed: 1 addition & 1 deletion
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 -eu
17+
set -euo pipefail
1818

1919
newline=$'\n'
2020

0 commit comments

Comments
 (0)