mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
fix check for existing distgit VM in beaker-tests
This commit is contained in:
parent
d2329ea330
commit
ed72dfc827
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [ -z $DISTGIT_FLAVOR ]; then
|
|||
fi
|
||||
|
||||
DISTGITSTATUS=`mktemp`
|
||||
vagrant status distgit | tee $DISTGITSTATUS
|
||||
vagrant status $DISTGIT_FLAVOR | tee $DISTGITSTATUS
|
||||
if grep -q 'not created' $DISTGITSTATUS; then
|
||||
vagrant up $DISTGIT_FLAVOR
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue