(tests) Removes 'set -u' from bash as some variables may be unset in the script
This commit is contained in:
parent
1f3a180f14
commit
c4dfbb897c
@ -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…
Reference in New Issue
Block a user