Merge "cinder_driver_certs.sh always passes driver"

This commit is contained in:
Jenkins 2014-04-02 16:29:27 +00:00 committed by Gerrit Code Review
commit 6b882e85ae

View File

@ -19,6 +19,8 @@
# #
# SCREEN_LOGDIR=/opt/stack/screen-logs # SCREEN_LOGDIR=/opt/stack/screen-logs
set -o pipefail
CERT_DIR=$(cd $(dirname "$0") && pwd) CERT_DIR=$(cd $(dirname "$0") && pwd)
TOP_DIR=$(cd $CERT_DIR/..; pwd) TOP_DIR=$(cd $CERT_DIR/..; pwd)