summaryrefslogtreecommitdiffstats
path: root/ci/run.sh
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-11 22:27:16 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-11 22:27:16 -0400
commitbdd42e03b0e8ce99888d8ead6a622113af6d2ab5 (patch)
tree07e99e27929e97a6c45e87c5c54698e7b4707a09 /ci/run.sh
parente42f39095b44afb964e17abc9a4a57614105406e (diff)
unit ci docker test entrance for different test suites
JIRA: BOTTLENECK-48 Change-Id: I317c374166c51612be2aaa934738c9c50068c6b1 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/run.sh b/ci/run.sh
index a507df08..6572bfa5 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -14,7 +14,6 @@ SCRIPT_DIR=`cd ${BASH_SOURCE[0]%/*};pwd`
export BOTTLENECKS_TOP_DIR=$SCRIPT_DIR/../
export GERRIT_REFSPEC_DEBUG=$1
-$SCRIPT_DIR/rubbos_docker_run.sh
+$SCRIPT_DIR/docker_run.sh
set +ex
-