浏览代码

(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>]


正在加载...
取消
保存