diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2017-03-14 00:09:20 +0000 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2017-03-14 00:09:20 +0000 |
commit | ef44d5b2b3ba4ff4f1c8d60f125f521be9cd0e78 (patch) | |
tree | 90c931c596a10004ff578cf57dd192c98353f193 /vagrant/test.rb | |
parent | 3f10f219d18e42967c67349f6e5f4340769e524d (diff) | |
download | bindfs-ef44d5b2b3ba4ff4f1c8d60f125f521be9cd0e78.tar.gz |
Run tests on FreeBSD 10.3 and fix tests so they pass.
Fully fixes issue #51.
Diffstat (limited to 'vagrant/test.rb')
-rwxr-xr-x | vagrant/test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/test.rb b/vagrant/test.rb index 3d14776..eff2a82 100755 --- a/vagrant/test.rb +++ b/vagrant/test.rb @@ -39,6 +39,7 @@ unless specifically_selected_vms.empty? end puts "Running #{dirs.size} VMs in parallel: #{dirs.join(' ')}" +puts "You can follow the progress of each VM by tailing vagrant/*/test.log" puts "Note: if your terminal goes wonky after this command, type 'reset'" mutex = Thread::Mutex.new # protects `$stdout` and `errors` errors = [] |