mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Modified tests - more robust.
This commit is contained in:
parent
387fb82b4d
commit
7608a2ce2a
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
NS=$1
|
||||
|
||||
if [ -z $NS ]; then
|
||||
if [ -z "$NS" ]; then
|
||||
echo "Specify a namespace argument"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z $2 ]; then
|
||||
if [ -z "$2" ]; then
|
||||
echo "No enterprise license set"
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue