Rename the script that creates MySQL DB tables

This commit is contained in:
Michael Mintz 2018-04-12 16:25:50 -04:00
parent 2b8e5d5ba2
commit 82e6219f2c
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ addons:
chrome: stable
before_install:
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/testcaserepository.sql"
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/create_db_tables.sql"
- "mysqladmin -u root password test"
# - "mysqladmin -u root -p'old_password' password new_password"
- "sudo service mysql restart"

View File

@ -1,3 +1,5 @@
# Creates test_db tables for using SeleniumBase with MySQL
# test_run_data table
# -----------------------------------
CREATE TABLE `test_run_data` (