summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/scripts
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2018-09-07 10:42:10 +0800
committerMichael Lando <ml636r@att.com>2018-09-18 11:20:32 +0000
commit261668459b34b1bd6dd49c3ad29d7d2e0672f86a (patch)
tree8e7158ffe1e2cc936879159c59017e7fc5bf46b9 /sdc-os-chef/scripts
parent599f6c050b48932479fa91e189ee42ad2111d95a (diff)
Fix docker run
Fixed the bug of docker run simulator. Change-Id: I9e1ba595d306137eddfecb7a516804c9b7259116 Issue-ID: SDC-1747 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'sdc-os-chef/scripts')
-rwxr-xr-xsdc-os-chef/scripts/docker_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/scripts/docker_run.sh b/sdc-os-chef/scripts/docker_run.sh
index 0616324024..004a0b730d 100755
--- a/sdc-os-chef/scripts/docker_run.sh
+++ b/sdc-os-chef/scripts/docker_run.sh
@@ -555,7 +555,7 @@ function sdc-ui-tests {
# SDC-Simulator
function sdc-sim {
- if [ ${RUN_SIMULATOR} == true ]; then
+ if [ "${RUN_SIMULATOR}" == true ]; then
echo "docker run sdc-webSimulator..."
if [ ${LOCAL} = false ]; then
docker pull ${PREFIX}/sdc-simulator:${RELEASE}