From ef44d5b2b3ba4ff4f1c8d60f125f521be9cd0e78 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Tue, 14 Mar 2017 00:09:20 +0000 Subject: Run tests on FreeBSD 10.3 and fix tests so they pass. Fully fixes issue #51. --- vagrant/test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'vagrant/test.rb') 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 = [] -- cgit v1.2.3