We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa617d7 commit 9409823Copy full SHA for 9409823
tests/vagrant.sh
@@ -85,7 +85,7 @@ do
85
86
echo "[INFO] preparing ${box}..."
87
vagrant up ${box} 2> /dev/null
88
- if [ ! -z $? ]; then
+ if [ $? -ne 0 ]; then
89
# box not enabled
90
continue
91
fi
tests/vagrant.yml
@@ -18,7 +18,7 @@
18
follow=yes
19
insertafter=EOF
20
with_dict: vagrant
21
- when: item.value.enabledixe
+ when: item.value.enabled
22
sudo: yes
23
24
0 commit comments