Skip to content

Commit

Permalink
[FAB-5859] Add fabric-test to Vagrantfile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lhaskins committed Aug 21, 2017
1 parent 13724f7 commit 8793101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devenv/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ Vagrant.configure('2') do |config|
if File.exist?("../../fabric-ca")
config.vm.synced_folder "../../fabric-ca", "/opt/gopath/src/github.com/hyperledger/fabric-ca"
end
if File.exist?("../../fabric-test")
config.vm.synced_folder "../../fabric-test", "/opt/gopath/src/github.com/hyperledger/fabric-test"
end

config.vm.provider :virtualbox do |vb|
vb.name = "hyperledger"
Expand Down

0 comments on commit 8793101

Please sign in to comment.