Skip to content

Commit 8793101

Browse files
committed
[FAB-5859] Add fabric-test to Vagrantfile
This change allows for the ease of syncing the fabric-test repo in the vagrant environment. Change-Id: I6ffeb7f4051bab72d9a3ec59cf34380f9947ed33 Signed-off-by: Latitia M Haskins <latitia.haskins@gmail.com>
1 parent 13724f7 commit 8793101

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devenv/Vagrantfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Vagrant.configure('2') do |config|
4747
if File.exist?("../../fabric-ca")
4848
config.vm.synced_folder "../../fabric-ca", "/opt/gopath/src/github.com/hyperledger/fabric-ca"
4949
end
50+
if File.exist?("../../fabric-test")
51+
config.vm.synced_folder "../../fabric-test", "/opt/gopath/src/github.com/hyperledger/fabric-test"
52+
end
5053

5154
config.vm.provider :virtualbox do |vb|
5255
vb.name = "hyperledger"

0 commit comments

Comments
 (0)