Unverified Commit 684c77f4 authored by Kyle Kloberdanz's avatar Kyle Kloberdanz Committed by GitHub
Browse files

Fix testing instructions (#1402)



* Fix testing instructions

Previously, following the testing instructions in CONTRIBUTING.md
results in the following error:
```
"error":"NonExistentPath: Data directory /data/db not found. Create the missing directory or specify another path using (1) the --dbpath command line option, or (2) by adding the 'storage.dbPath' option in the configuration file."
```
This adds the dbpath to the command line so that way one can copy and
paste the instructions in order to run tests.

Also, prefer to use the newer mongosh over mongo.

---------

Co-authored-by: default avatarKevin Albertson <kevin.albertson@10gen.com>
parent 2cb9ff62
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment