Skip to content

Commit 82e6219

Browse files
committed
Rename the script that creates MySQL DB tables
1 parent 2b8e5d5 commit 82e6219

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addons:
77
chrome: stable
88
before_install:
99
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
10-
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/testcaserepository.sql"
10+
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/create_db_tables.sql"
1111
- "mysqladmin -u root password test"
1212
# - "mysqladmin -u root -p'old_password' password new_password"
1313
- "sudo service mysql restart"

seleniumbase/core/testcaserepository.sql renamed to seleniumbase/core/create_db_tables.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Creates test_db tables for using SeleniumBase with MySQL
2+
13
# test_run_data table
24
# -----------------------------------
35
CREATE TABLE `test_run_data` (

0 commit comments

Comments
 (0)