Skip to content

Commit

Permalink
Run ct1 as hidden to avoid global to kick nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Dec 11, 2024
1 parent 4b64dde commit 86f9ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{do, "default as format fmt -c"}
]},
{run_tests, [
{ct, "--sname=ct1"}
{ct, "--sname=ct1 -hidden"}
]},
{cover_tests, [
{ct, "--sname=ct1 --cover"}
Expand Down

0 comments on commit 86f9ff3

Please sign in to comment.