Skip to content

Commit 3b6ef58

Browse files
Remove brakes.
Co-authored-by: Pavol Sloboda <127213124+PavolSloboda@users.noreply.github.com>
1 parent e2760c2 commit 3b6ef58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function mysql_cmd() {
4545
if [ "$VERSION" == "11.8" ]; then
4646
disable_verify_server="--disable-ssl-verify-server-cert"
4747
fi
48-
docker run --rm ${CONTAINER_EXTRA_ARGS:-} "$IMAGE_NAME" mysql --host "$container_ip" -u "$login" -p"$password" "$@" "$disable_verify_server" db
48+
docker run --rm ${CONTAINER_EXTRA_ARGS:-} "$IMAGE_NAME" mysql --host "$container_ip" -u "$login" -p"$password" "$@" $disable_verify_server db
4949
}
5050

5151
function test_connection() {

0 commit comments

Comments
 (0)