diff options
Diffstat (limited to 'tests/README.markdown')
-rw-r--r-- | tests/README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.markdown b/tests/README.markdown index 8f7d638..ae3e42a 100644 --- a/tests/README.markdown +++ b/tests/README.markdown | |||
@@ -34,7 +34,7 @@ It also needs various things to be set up for it. The following command should d | |||
34 | RAILS_ENV=development bin/tootctl accounts create admin2 --email [email protected] --confirmed --role Owner && \ | 34 | RAILS_ENV=development bin/tootctl accounts create admin2 --email [email protected] --confirmed --role Owner && \ |
35 | RAILS_ENV=development bin/tootctl accounts create mastodonpy_test --email mastodonpy_test@localhost:3000 --confirmed && \ | 35 | RAILS_ENV=development bin/tootctl accounts create mastodonpy_test --email mastodonpy_test@localhost:3000 --confirmed && \ |
36 | RAILS_ENV=development bin/tootctl accounts create mastodonpy_test_2 --email mastodonpy_test_2@localhost:3000 --confirmed && \ | 36 | RAILS_ENV=development bin/tootctl accounts create mastodonpy_test_2 --email mastodonpy_test_2@localhost:3000 --confirmed && \ |
37 | sql -d mastodon_development < ~/masto/Mastodon.py/tests/setup.sql && sleep 4 && \ | 37 | psql -d mastodon_development < ~/masto/Mastodon.py/tests/setup.sql && sleep 4 && \ |
38 | RAILS_ENV=development DB_PASS="" foreman start | 38 | RAILS_ENV=development DB_PASS="" foreman start |
39 | 39 | ||
40 | You _may_ additionally have to set up a database password and pass it as DB_PASS for the streaming tests to function. | 40 | You _may_ additionally have to set up a database password and pass it as DB_PASS for the streaming tests to function. |