Comment 3 for bug 1227868

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

Reviewed: https://review.openstack.org/47463
Committed: http://github.com/openstack/nova/commit/e9704d0f019be530d5952844feecaf0ed4e31914
Submitter: Jenkins
Branch: master

commit e9704d0f019be530d5952844feecaf0ed4e31914
Author: Andrew Laski <email address hidden>
Date: Thu Sep 19 16:24:15 2013 -0400

    Skip test if sqlite3 not installed

    The test is attempting to run the sqlite3 binary during its test run.
    Since there's no guarantee that it's installed it should catch an
    execution error and skip.

    Change-Id: I9f4ed1872fcfe3b8393644a77692dbfcce8ecab2
    Closes-bug: 1227868