We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5a4d5 commit 79a1d44Copy full SHA for 79a1d44
Makefile.frag
@@ -59,6 +59,9 @@ list-servers:
59
php scripts/list-servers.php
60
61
test-bootstrap:
62
+ vagrant reload mo
63
+ vagrant ssh mo -c 'sudo rm -f /home/vagrant/server.pid'
64
+ vagrant ssh mo -c 'sudo mongo-orchestration -f mongo-orchestration-config.json -b 192.168.112.10 --enable-majority-read-concern start'
65
php scripts/start-servers.php
66
67
distcheck: package test-virtual
0 commit comments