Skip to content

Commit

Permalink
Replace non exist mysql_mnesia preset example to pgsql_mnesia
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Aug 9, 2021
1 parent 771f102 commit 3ecab99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Script examples:
./tools/test-runner.sh --db redis riak --preset riak_mnesia
CI build job with riak_mnesia
./tools/test-runner.sh --skip-small-tests --db mysql --preset mysql_mnesia --skip-stop-nodes -- mam
Runs mam_SUITE with MySQL
./tools/test-runner.sh --skip-small-tests --db pgsql --preset pgsql_mnesia --skip-stop-nodes -- mam
Runs mam_SUITE with PostgreSQL without stopping MongooseIM nodes after the test
./tools/test-runner.sh --skip-small-tests --skip-setup-db --dev-nodes --test-hosts --skip-cover --skip-preset -- mam
Sets dev-nodes and test-hosts to empty lists
Expand Down

0 comments on commit 3ecab99

Please sign in to comment.