2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 13:12:21 +00:00
Files
mysql/test/integration/run_tests.bat
anarthal 54f72e37ed Made test scripts work under Windows
Solved problem with integration tests under MySQL 8.x (due to default auth plugin for root)
2020-01-14 22:26:29 +00:00

4 lines
91 B
Batchfile

SET SCRIPTPATH=%~dp0
mysql.exe -u root < "%SCRIPTPATH%db_setup.sql"
mysql_integrationtests