From 1a4253890133b192b024ebb877aa16d17c4df8fb Mon Sep 17 00:00:00 2001 From: Joel Fernandes Date: Mon, 15 May 2017 22:28:29 -0700 Subject: [PATCH] lisa_shell: Run lisa-check-submods only for DEVMODE=1 ...as it rightfully should be. For other cases, it doesn't make sense to run it, plus it print an annoying warning for no reason everytime. Change-Id: I3af35d0d2429a339f98f91fdfd813a36c33f9ad6 Signed-off-by: Joel Fernandes --- src/shell/lisa_shell | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shell/lisa_shell b/src/shell/lisa_shell index 6d4633298..e80636252 100755 --- a/src/shell/lisa_shell +++ b/src/shell/lisa_shell @@ -364,6 +364,7 @@ EOF echo -e "\t${PYTHONPATH//:/\\n\\t}" if [ "x$DEVMODE" == "x1" ]; then +lisa-check-submods cat <