Skip to content

Commit

Permalink
Merge pull request #11115 from ggardet/odbc
Browse files Browse the repository at this point in the history
Add unixODBC dep which is not pulled automatically - poo#71929
  • Loading branch information
ggardet committed Nov 2, 2020
2 parents 7a8c480 + 5a72853 commit 47d0b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/mysql_odbc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub run {
select_console 'root-console';

# install requirements
my $odbc = (!is_sle('<15') && !is_leap('<15.0')) ? 'mariadb-connector-odbc' : 'MyODBC-unixODBC';
my $odbc = (!is_sle('<15') && !is_leap('<15.0')) ? 'mariadb-connector-odbc unixODBC' : 'MyODBC-unixODBC';
zypper_call 'in mysql mariadb-client sudo ' . $odbc;

# restart mysql server
Expand Down

0 comments on commit 47d0b59

Please sign in to comment.