mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
deploy: 6a92944854
This commit is contained in:
parent
3fd303460c
commit
d821b926c4
2 changed files with 2 additions and 2 deletions
|
@ -362,7 +362,7 @@ Here is how to run your local Synapse checkout against your local Complement che
|
|||
</code></pre>
|
||||
<h3 id="prettier-formatting-with-gotestfmt"><a class="header" href="#prettier-formatting-with-gotestfmt">Prettier formatting with <code>gotestfmt</code></a></h3>
|
||||
<p>If you want to format the output of the tests the same way as it looks in CI,
|
||||
install <a href="https://github.com/haveyoudebuggedit/gotestfmt">gotestfmt</a>.</p>
|
||||
install <a href="https://github.com/GoTestTools/gotestfmt">gotestfmt</a>.</p>
|
||||
<p>You can then use this incantation to format the tests appropriately:</p>
|
||||
<pre><code class="language-sh">COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -json | gotestfmt -hide successful-tests
|
||||
</code></pre>
|
||||
|
|
|
@ -14740,7 +14740,7 @@ Here is how to run your local Synapse checkout against your local Complement che
|
|||
</code></pre>
|
||||
<h3 id="prettier-formatting-with-gotestfmt"><a class="header" href="#prettier-formatting-with-gotestfmt">Prettier formatting with <code>gotestfmt</code></a></h3>
|
||||
<p>If you want to format the output of the tests the same way as it looks in CI,
|
||||
install <a href="https://github.com/haveyoudebuggedit/gotestfmt">gotestfmt</a>.</p>
|
||||
install <a href="https://github.com/GoTestTools/gotestfmt">gotestfmt</a>.</p>
|
||||
<p>You can then use this incantation to format the tests appropriately:</p>
|
||||
<pre><code class="language-sh">COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -json | gotestfmt -hide successful-tests
|
||||
</code></pre>
|
||||
|
|
Loading…
Reference in a new issue