Skip to content

Commit

Permalink
Fix single host tests (#20405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katka92 authored Sep 3, 2021
1 parent 17a94a2 commit b6de6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/load-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ oc exec ftp-server -- sh /usr/sbin/run-vsftpd.sh &
# set common variables to template.yaml
if [ $SERVER_SETTING == "multi-host" ]; then
SINGLE_HOST="false"
elif [ $SERVER_SETTING == "single-host"]; then
elif [ $SERVER_SETTING == "single-host" ]; then
SINGLE_HOST="true"
fi

Expand Down

0 comments on commit b6de6cb

Please sign in to comment.