Switch set -x to set -e to disable output

This ps changes set -x to set -e in config.sh so that all the
commands will not throw in output

Change-Id: I08d2e56ea300509a3f579c888bfe6f1bd69deefd
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
Sreejith Punnapuzha 2019-12-05 15:07:47 -06:00
parent 6c4373d19f
commit 87113219ed
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -x
set -e
SCRIPT_DIR="$(realpath "$(dirname "$0")")"
WORKSPACE="$(realpath "${SCRIPT_DIR}/../../..")"

View File

@ -256,7 +256,7 @@ config_net_is_layer3() {
config_netspec_for_role() {
role="$1"
set -x
set -e
for net in $(config_net_list)
do