Comment 2 for bug 1635341

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/389266
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=193a8190ce16d6b356957d77c81c78eaed20d962
Submitter: Jenkins
Branch: master

commit 193a8190ce16d6b356957d77c81c78eaed20d962
Author: Martin André <email address hidden>
Date: Thu Oct 20 18:11:26 2016 +0200

    Fix broken test in vagrant boostrap script

    The file path was not properly passed to the '-x' test which caused it
    to always return true.

    This commit simplifies the test for existing command by relying only on
    the exit code of `type` rather than checking that the file path is
    executable.

    Change-Id: Iaf47d92ff9fd1ef34d8d7492c08ec24d2b8a9536
    Closes-Bug: #1635341