diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index dad5979ce7..766f722109 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -362,7 +362,7 @@ Here is how to run your local Synapse checkout against your local Complement che
gotestfmtIf you want to format the output of the tests the same way as it looks in CI, -install gotestfmt.
+install gotestfmt.You can then use this incantation to format the tests appropriately:
COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -json | gotestfmt -hide successful-tests
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
gotestfmtIf you want to format the output of the tests the same way as it looks in CI, -install gotestfmt.
+install gotestfmt.You can then use this incantation to format the tests appropriately:
COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -json | gotestfmt -hide successful-tests