forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use mongodb-version-manager for matrix tests
Want to test against 2.6.6? `MONGODB_VERSION=2.6.6 npm test;` Want to test against latest 2.8 rc? `MONGODB_VERSION=2.8.x npm test;` 2.2.x functional tests are currently broken through: ``` > MONGODB_VERSION=2.2.x npm test; # …lots of logging output error command line: unknown option setParameter use --help for help ``` Perhaps we should collab more on things like https://github.com/imlucas/mongodb-runner and https://github.com/imlucas/mongodb-bridge :)
- Loading branch information
Showing
3 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters