From 1310ba87c0f9045b9ddb96b73816e82a811d4f1b Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 28 Apr 2019 23:37:47 +0300 Subject: Fixed vagrant tests. Removed Vagrant test for Ubuntu 12.04, added 18.04. --- vagrant/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant/test.rb') 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 -- cgit v1.2.3