Skip to content

Commit

Permalink
run in tests example whole test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Jan 24, 2016
1 parent f299ed1 commit 9bed6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/developer/database.rst
Expand Up @@ -1884,7 +1884,7 @@ To run tests with PostgreSQL:
-p 127.0.0.1:15432:5432 -d postgres:9.5
# Start interesting tests
BUILDBOT_TEST_DB_URL=postgresql://postgres:password@localhost:15432/postgres \
trial buildbot.test.unit.test_db_migrate_versions_045_worker_transition
trial buildbot.test
To run tests with MySQL:

Expand All @@ -1898,7 +1898,7 @@ To run tests with MySQL:
-p 127.0.0.1:13306:3306 -d mysql:5.5
# Start interesting tests
BUILDBOT_TEST_DB_URL=mysql+mysqldb://root:password@localhost/?host=localhost&port=13306 \
trial buildbot.test.unit.test_db_migrate_versions_045_worker_transition
trial buildbot.test
.. todo::

Expand Down

0 comments on commit 9bed6cb

Please sign in to comment.