From fdb6e2a140c4f103602e04d782dfbd849e2de788 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 13 Nov 2022 13:14:34 +0200 Subject: add thumbnail customization support --- tests/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/README.markdown') 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 RAILS_ENV=development bin/tootctl accounts create admin2 --email zerocool@example.com --confirmed --role Owner && \ RAILS_ENV=development bin/tootctl accounts create mastodonpy_test --email mastodonpy_test@localhost:3000 --confirmed && \ RAILS_ENV=development bin/tootctl accounts create mastodonpy_test_2 --email mastodonpy_test_2@localhost:3000 --confirmed && \ - sql -d mastodon_development < ~/masto/Mastodon.py/tests/setup.sql && sleep 4 && \ + psql -d mastodon_development < ~/masto/Mastodon.py/tests/setup.sql && sleep 4 && \ RAILS_ENV=development DB_PASS="" foreman start You _may_ additionally have to set up a database password and pass it as DB_PASS for the streaming tests to function. -- cgit v1.2.3