Skip to content

Commit b160c62

Browse files
committed
Rename Testing subtitles in CONTRIBUTING.md
1 parent f9c1d89 commit b160c62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ make clean > /dev/null && make all > /dev/null && make install
2323

2424
## Testing
2525

26+
### Local Mongo Orchestration (and Travis CI)
27+
2628
The test suite depends on [Mongo Orchestration](https://github.com/10gen/mongo-orchestration).
2729
Mongo Orchestration is an HTTP server that provides a REST API for maintaining
2830
MongoDB configurations. These configurations are located in ``scripts/presets``
@@ -58,7 +60,7 @@ export MONGODB_URI=`cat /tmp/uri.txt`
5860

5961
With this set-up, the tests can be run with `make test`.
6062

61-
### Legacy VM set-up
63+
### VM-based Mongo Orchestration (legacy set-up)
6264

6365
Alternative to the Travis CI set-up, our test suite also includes scripts to configure test environments
6466
with [Vagrant](https://www.vagrantup.com/) and

0 commit comments

Comments
 (0)