aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/test.rb')
-rwxr-xr-xvagrant/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/test.rb b/vagrant/test.rb
index b8489b6..f6d068f 100755
--- a/vagrant/test.rb
+++ b/vagrant/test.rb
@@ -82,7 +82,7 @@ threads = dirs.map do |dir|
unless run_and_log.call "vagrant rsync"
raise "vagrant rsync failed"
end
- unless run_and_log.call "vagrant ssh -c 'cd /bindfs && sudo rm -Rf tests/tmp_test_bindfs && ./configure && make clean && make && make check && sudo make check'"
+ unless run_and_log.call "vagrant ssh -c 'cd /bindfs && sudo rm -Rf tests/tmp_test_bindfs && ./configure && make distclean && ./configure && make && make check && sudo make check'"
mutex.synchronize do
errors << "VM #{dir} tests failed."
end