From d18920e62357d8ef53c160d32ed4b173b1860b9a Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 13 Apr 2020 12:56:55 +0300 Subject: Added centos8 to Vagrant tests. --- 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 b49da83..0077b91 100755 --- a/vagrant/test.rb +++ b/vagrant/test.rb @@ -35,7 +35,7 @@ end dirs = Dir.glob('*/Vagrantfile').map { |path| File.dirname(path) } unless specifically_selected_vms.empty? - dirs = dirs.select { |dir| ARGV.include?(dir) } + dirs = dirs.select { |dir| specifically_selected_vms.include?(dir) } end def with_retries(n, options = {}, &block) -- cgit v1.2.3