소스 검색

(tests) Removes 'set -u' from bash as some variables may be unset in the script

tls13
Henry Case 6 년 전
committed by Henry Dorsett Case
부모
커밋
c4dfbb897c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      _dev/interop.sh

+ 1
- 1
_dev/interop.sh 파일 보기

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -xeuo pipefail
set -xeo pipefail

if [ "$1" = "INSTALL" ]; then
# INSTALL <client> [<revision>]


불러오는 중...
취소
저장