Skip to content

Commit

Permalink
Be loud about it
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent c6539bb commit a04f35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ -z $GITHUB_ACTION ]]; then
PGCMD="sudo -u postgres $PGCMD -q"
MYSQLCMD="sudo $MYSQLCMD"
else
MYSQLCMD="$MYSQLCMD -u$MYSQLUSER -p$MYSQLPWD -h$MYSQLHOST"
MYSQLCMD="$MYSQLCMD -u$MYSQLUSER -p$MYSQLPWD -h$MYSQLHOST --verbose"
fi


Expand Down

0 comments on commit a04f35f

Please sign in to comment.