From 0d4bd7e6104bee974a544422456d731eb664805c Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Sun, 2 Feb 2014 14:59:39 -0600 Subject: [PATCH] Silence commands to echo copyright notices This patch silences commands that echoed copyright notices to the devstack logs. The copyright notices are moved to the top of the file as comments. Change-Id: I8d474a366af2954c168ba8d07329392f56e8e75a --- exercises/neutron-adv-test.sh | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/exercises/neutron-adv-test.sh b/exercises/neutron-adv-test.sh index 1343f11553..a9199e62a6 100755 --- a/exercises/neutron-adv-test.sh +++ b/exercises/neutron-adv-test.sh @@ -1,6 +1,11 @@ #!/usr/bin/env bash # - +# Copyright 2012, Cisco Systems +# Copyright 2012, VMware, Inc. +# Copyright 2012, NTT MCL, Inc. +# +# Please direct any questions to dedutta@cisco.com, dwendlandt@vmware.com, nachi@nttmcl.com +# # **neutron-adv-test.sh** # Perform integration testing of Nova and other components with Neutron. @@ -406,14 +411,6 @@ usage() { main() { echo Description - echo - echo Copyright 2012, Cisco Systems - echo Copyright 2012, VMware, Inc. - echo Copyright 2012, NTT MCL, Inc. - echo - echo Please direct any questions to dedutta@cisco.com, dwendlandt@vmware.com, nachi@nttmcl.com - echo - if [ $# -eq 0 ] ; then # if no args are provided, run all tests