]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/tests: remove fedora workaround
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 17 Apr 2019 12:19:11 +0000 (14:19 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 18 Apr 2019 15:09:57 +0000 (17:09 +0200)
distro/tests/test-distro.sh

index b6fc95dfc1a3607f1fecec6a057df6b62ecae2f8..8d20ed0a1e8860be29e2c9cd95a1f31071d3a6d9 100755 (executable)
@@ -27,11 +27,5 @@ cd "$distro"
 vagrant destroy -f &>/dev/null
 vagrant up
 ret=$?
-if [ $ret -ne 0 ]; then
-    # workaround for weird behaviour with fedora/29-cloud-base boxes
-    vagrant provision
-    ret=$?
-fi
 vagrant destroy -f &>/dev/null
 exit $ret
-