diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-10-11 17:54:49 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-10-11 17:54:49 +0000 |
commit | d821b926c4ee11b84e67de8472d8b1c0167a2e06 (patch) | |
tree | 10f69c4526116e0a8a925a21f8a3bb964e151f8e /develop/print.html | |
parent | deploy: e580f03e02171d72888be1a1c86e7b7c49a055f9 (diff) | |
download | synapse-d821b926c4ee11b84e67de8472d8b1c0167a2e06.tar.xz |
deploy: 6a92944854fe8c0e398c9cba2293be6ebd7af437
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index 1284256ead..ad494d8fe1 100644 --- a/develop/print.html +++ b/develop/print.html @@ -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> |