Browse Source

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

v1.2.3
Henry Case 6 years ago
committed by Henry Dorsett Case
parent
commit
c4dfbb897c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _dev/interop.sh

+ 1
- 1
_dev/interop.sh View File

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


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


Loading…
Cancel
Save