Skip to content

Commit

Permalink
Add unixODBC dep which is not pull automatically - poo#71929
Browse files Browse the repository at this point in the history
  • Loading branch information
ggardet committed Sep 30, 2020
1 parent 955ac8d commit d6bc09e
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 d6bc09e

Please sign in to comment.