mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-26713 Add test for mysql_install_db creating service, with i18
This commit is contained in:
committed by
Sergei Golubchik
parent
57d52657a2
commit
74f2e6c85e
@ -109,6 +109,9 @@ sub skip_combinations {
|
||||
|
||||
$skip{'include/no_utf8_cli.inc'} = 'Not tested with utf8 command line support'
|
||||
unless !utf8_command_line_ok();
|
||||
|
||||
$skip{'include/check_windows_admin.inc'} = 'Requires admin privileges'
|
||||
unless IS_WINDOWS and Win32::IsAdminUser();
|
||||
|
||||
%skip;
|
||||
}
|
||||
|
Reference in New Issue
Block a user