Skip to content

Commit

Permalink
Test runner after loading in mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent a04f35f commit 79eb813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/db_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ $PGCMD < test/postgres/pg-test-1.sql
$PGCMD sql_bridge_test < test/postgres/pg-test-2.sql
echo "[*] Initializing the MySQL database"
$MYSQLCMD < test/mysql/test.sql

mysql -usql_bridge_user -psql_bridge_test_password -hlocalhost sql_bridge_test -e "select version()"

0 comments on commit 79eb813

Please sign in to comment.