From 7016277b54b144514824cfd9d30adcf32bfbfe67 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sat, 12 Apr 2025 22:15:00 +0300 Subject: Updated Vagrant test setup --- 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 e7a08f6..5d6f43f 100755 --- a/vagrant/test.rb +++ b/vagrant/test.rb @@ -86,7 +86,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 distclean && ./configure && make && make check && sudo make check'" + unless run_and_log.call "vagrant ssh -c 'cd /bindfs && sudo rm -Rf tests/tmp_test_bindfs && ./autogen.sh && ./configure && make distclean && ./configure && make && make check && sudo make check'" mutex.synchronize do errors << "VM #{dir} tests failed." end -- cgit v1.2.3