We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0f845 commit ce91787Copy full SHA for ce91787
CONTRIBUTING.md
@@ -106,9 +106,9 @@ generate man pages and HTML for it.
106
### Testing
107
108
You should always run `make test` before submitting a patch. Just make sure you
109
-have a locally running `mongod` instance available on 127.0.0.1:27017. All
110
-tests should pass. Alternatively, you can specify MONGOC_TEST_HOST environment
111
-variable to specify a non-localhost hostname or ip address.
+have a locally running `mongod` instance available on `127.0.0.1:27017`. All
+tests should pass. Alternatively, you can specify `MONGOC_TEST_HOST`
+environment variable to specify a non-localhost hostname or ip address.
112
113
All tests should pass before submitting a patch.
114
0 commit comments