Skip to content

Commit f22b05f

Browse files
committed
Use --loose to avoid test failing in server start
1 parent d2609a7 commit f22b05f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$VALIDATE_PASSWORD_OPT
2-
--sha256_password_private_key_path=$MYSQL_TEST_DIR/std_data/rsa_private_key.pem
3-
--sha256_password_public_key_path=$MYSQL_TEST_DIR/std_data/rsa_public_key.pem
2+
--loose-sha256_password_private_key_path=$MYSQL_TEST_DIR/std_data/rsa_private_key.pem
3+
--loose-sha256_password_public_key_path=$MYSQL_TEST_DIR/std_data/rsa_public_key.pem
44
--default_authentication_plugin=sha256_password

0 commit comments

Comments
 (0)