Skip to content

Commit 2b8e5d5

Browse files
committed
Update the MySQL deploy script
1 parent b810287 commit 2b8e5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
- "nosetests examples/boilerplates/boilerplate_test.py --headless"
2929
- "pytest examples/my_first_test.py --browser=firefox -s --headless"
3030
- "pytest examples/github_test.py --browser=chrome -s --headless --with-db_reporting"
31-
- "sudo mysql --password=test -e 'select testcaseAddress,browser,state,runtime from test_db.testcaseRunData'"
31+
- "sudo mysql --password=test -e 'select test_address,browser,state,start_time,runtime from test_db.test_run_data'"
3232
after_script:
3333
- "sudo mysql -e 'DROP DATABASE test_db;'"
3434
notifications:

0 commit comments

Comments
 (0)