From c9b0abd96da94d0bd6293a708243e7d1006a05d6 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Thu, 12 Dec 2019 14:30:22 +0200 Subject: [PATCH] Fix typo that prevents to run tests locally Change-Id: Ia9e23daafc14dbba47ac1f4233a80c28c8d76a5e --- scripts/run-local-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-local-test b/scripts/run-local-test index 479d207bc..6fcc349f3 100755 --- a/scripts/run-local-test +++ b/scripts/run-local-test @@ -25,7 +25,7 @@ set -xeuo export PROJECT_DIR="$(dirname $(readlink -f ${BASH_SOURCE[0]}))/../" export ROLE_NAME="${ROLE_NAME:-$1}" export TRIPLEO_JOB_ANSIBLE_ARGS=${TRIPLEO_JOB_ANSIBLE_ARGS:-"-v"} -export UPPER_CONSTRAINTS_FILE= ${UPPER_CONSTRAINTS_FILE:-"https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt"} +export UPPER_CONSTRAINTS_FILE=${UPPER_CONSTRAINTS_FILE:-"https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt"} ## Functions -----------------------------------------------------------------