Skip to content

Commit

Permalink
test: update notes in tests READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Oct 5, 2016
1 parent f91bd18 commit 73660e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion test/libvirt/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ and then:

cd /sharedfolder/code/github.com/dustymabe/vagrant-sshfs/
gem install bundler
bundle install
bundle install --with plugins # see [1]
bundle exec rake featuretests

[1] when running with bundler 1.13.2 I had to comment out
the vagrant-sshfs line in Gemfile because it errored out
complaining about it being defined twice. Running with
1.12.5 works fine.
7 changes: 6 additions & 1 deletion test/virtualbox/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ and then:

cd /sharedfolder/code/github.com/dustymabe/vagrant-sshfs/
gem install bundler
bundle install
bundle install --with plugins # see [1]
bundle exec rake featuretests

[1] when running with bundler 1.13.2 I had to comment out
the vagrant-sshfs line in Gemfile because it errored out
complaining about it being defined twice. Running with
1.12.5 works fine.

0 comments on commit 73660e1

Please sign in to comment.