Skip to content

Commit 79a1d44

Browse files
authored
Reload VM and restart MO in make test-bootstrap
1 parent bb5a4d5 commit 79a1d44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.frag

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ list-servers:
5959
php scripts/list-servers.php
6060

6161
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'
6265
php scripts/start-servers.php
6366

6467
distcheck: package test-virtual

0 commit comments

Comments
 (0)