summaryrefslogtreecommitdiffstats
path: root/windriver/run.sh
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-03-07 18:41:01 +0800
committerYun Huang <yun.huang@windriver.com>2018-03-07 18:41:01 +0800
commit7c65345926f4e996f9e4616eea82b1e0db0d4779 (patch)
treea3ef33ff8aa892e3c09cf33ae8d8ceaf72ba83a2 /windriver/run.sh
parent6cf4f97763a1668769c00f6da1bf7a78ec1e1189 (diff)
Move testbase and mock to share dir
Remove dependency of newton from windriver Change-Id: Ida0f123b1a4513aab0198a701ea771bbbfebb7fb Issue-ID: MULTICLOUD-138 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'windriver/run.sh')
-rw-r--r--windriver/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/windriver/run.sh b/windriver/run.sh
index 95b7b71c..6efd9b3a 100644
--- a/windriver/run.sh
+++ b/windriver/run.sh
@@ -14,7 +14,7 @@
# limitations under the License.
memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid
-export PYTHONPATH=lib/newton:lib/share
+export PYTHONPATH=lib/share
nohup python manage.py runserver 0.0.0.0:9005 2>&1 &
while [ ! -f logs/runtime_titanium_cloud.log ]; do