Skip to content

Commit

Permalink
mysql_odbc: add verbose flag to help to debug failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ggardet committed Nov 5, 2020
1 parent 834e2dd commit e055a6c
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 @@ -81,7 +81,7 @@ sub run {
assert_script_run 'odbcinst -s -q';

# connect to odbc
assert_script_run 'isql mariadbodbc_mysql_dsn root x -b < query.sql';
assert_script_run 'isql mariadbodbc_mysql_dsn root x -b < query.sql -v';
assert_screen 'mysql_odbc-isql';

# reverting mysql password to blank, else other mysql tests fail
Expand Down

0 comments on commit e055a6c

Please sign in to comment.