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 Nov 11, 2016
1 parent 1427518 commit 022d131
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion test/libvirt/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ vagrant ssh
and then:

cd /sharedfolder/code/github.com/dustymabe/vagrant-sshfs/
gem install bundler
gem install bundler # see [2]
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.
[2] because of [1] need to use this instead:
gem install bundler --version 1.12.5

5 changes: 4 additions & 1 deletion test/virtualbox/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ vagrant ssh
and then:

cd /sharedfolder/code/github.com/dustymabe/vagrant-sshfs/
gem install bundler
gem install bundler # see [2]
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.
[2] because of [1] need to use this instead:
gem install bundler --version 1.12.5

0 comments on commit 022d131

Please sign in to comment.