aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/test.rb
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2020-04-13 12:56:55 +0300
committerMartin Pärtel <martin.partel@gmail.com>2020-04-13 12:56:55 +0300
commitd18920e62357d8ef53c160d32ed4b173b1860b9a (patch)
tree498c75a6840633abea7e6fcb956467a779292830 /vagrant/test.rb
parent43ab0522996a2141293acfc9cb037bd3ae002296 (diff)
downloadbindfs-d18920e62357d8ef53c160d32ed4b173b1860b9a.tar.gz
Added centos8 to Vagrant tests.
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 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)