diff options
author | blsaws <bryan.sullivan@att.com> | 2016-04-07 15:12:55 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-04-07 15:12:55 -0700 |
commit | 8bbea98bd289862e2e40350badd6c0ef310d0592 (patch) | |
tree | bb21630a043a74efd6478a65fafe465e1e9d5f7d /components/congress/test-webapp/setup/install_congress_testserver_1.sh | |
parent | d945d12d93d87c45fc09a44cfbc88366fbab8bdb (diff) |
Add debug option, comment out upgrade (run faster)
JIRA: COPPER-4
Change-Id: Icf7c51b7dc781d83261f265bb9436d718b585669
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp/setup/install_congress_testserver_1.sh')
-rw-r--r-- | components/congress/test-webapp/setup/install_congress_testserver_1.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/congress/test-webapp/setup/install_congress_testserver_1.sh b/components/congress/test-webapp/setup/install_congress_testserver_1.sh index 2c65464..57a39e4 100644 --- a/components/congress/test-webapp/setup/install_congress_testserver_1.sh +++ b/components/congress/test-webapp/setup/install_congress_testserver_1.sh @@ -34,7 +34,9 @@ if [ $# -lt 2 ]; then return 2 fi -if [ $1 == "debug" ]; then set -x #echo on +if [ $# -eq 3 ]; then + if [ $3 == "debug" ]; then set -x #echo on + fi fi echo "Install prerequisites" |