Sha256: 57aacf80b431813cfc389cbdd459111d1005b9cc745e641ed81ef09b44fb409f

Contents?: true

Size: 644 Bytes

Versions: 2

Compression:

Stored size: 644 Bytes

Contents

# XXX Note this is not working right now as nested virt. I keep
# getting kernel tracebacks on Fedora 24.

To bring up vagrant host:

vagrant up

To run tests:

vagrant ssh

and then:

cd /sharedfolder/code/github.com/dustymabe/vagrant-sshfs/
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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-sshfs-1.3.1 test/virtualbox/README.txt
vagrant-sshfs-1.3.0 test/virtualbox/README.txt