summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks
diff options
context:
space:
mode:
authoryuyang <Gabriel.yuyang@huawei.com>2017-07-31 17:02:02 +0800
committeryuyang <Gabriel.yuyang@huawei.com>2017-07-31 17:02:02 +0800
commit80c00aace84ff12550bb5c1b0825ba97de01aa8e (patch)
tree8da08acae787c1fd5e7329fe3e91b0875c658f23 /jjb/bottlenecks
parent704c55142e663599264aec1a1fbd7b19d55885a3 (diff)
bugfix: unexpected file end for support SUT branches
JIRA: BOTTLENECK-103 Bugfix for 38413 that unexpected file end Change-Id: Iab41019b2149332c44dc08e518d3787ccba6be9f Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'jjb/bottlenecks')
-rw-r--r--jjb/bottlenecks/bottlenecks-run-suite.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/bottlenecks/bottlenecks-run-suite.sh b/jjb/bottlenecks/bottlenecks-run-suite.sh
index 4ec079d6d..74b62b526 100644
--- a/jjb/bottlenecks/bottlenecks-run-suite.sh
+++ b/jjb/bottlenecks/bottlenecks-run-suite.sh
@@ -47,6 +47,7 @@ if [[ $SUITE_NAME == *posca* ]]; then
else
echo "BOTTLENECKS ERROR: couldn't find openstack rc file: ${OPENRC}, please check if the it's been properly provided."
exit 1
+ fi
echo "INFO: pulling Bottlenecks docker ${DOCKER_TAG}"
docker pull opnfv/bottlenecks:${DOCKER_TAG} >$redirect
@@ -69,4 +70,4 @@ if [[ $SUITE_NAME == *posca* ]]; then
echo "Bottlenecks: cleaning up docker-compose images and dockers"
docker-compose -f $WORKSPACE/docker/bottleneck-compose/docker-compose.yml down --rmi all
-fi \ No newline at end of file
+fi