Merge "add TENANT_ARG to swift command line."
This commit is contained in:
commit
d79aa2c48f
@ -116,7 +116,7 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]]; then
|
||||
STATUS_SWIFT="Skipped"
|
||||
else
|
||||
echo -e "\nTest Swift"
|
||||
if swift $ARGS stat; then
|
||||
if swift $TENANT_ARG $ARGS stat; then
|
||||
STATUS_SWIFT="Succeeded"
|
||||
else
|
||||
STATUS_SWIFT="Failed"
|
||||
|
Loading…
Reference in New Issue
Block a user