From 1a0595bacd462228b711d494ab175dbf0b96664a Mon Sep 17 00:00:00 2001 From: Ze Gan Date: Fri, 1 Jan 2021 10:14:10 +0800 Subject: [PATCH] [testonly]: Set shell as verbose mode Signed-off-by: Ze Gan --- .gitmodules | 2 +- slave.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2cb5aed594ad..33859756e2ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -87,4 +87,4 @@ url = https://github.com/Azure/sonic-mgmt-common.git [submodule "src/wpasupplicant/sonic-wpa-supplicant"] path = src/wpasupplicant/sonic-wpa-supplicant - url = https://github.com/Azure/sonic-wpa-supplicant + url = https://github.com/Azure/sonic-wpa-supplicant.git diff --git a/slave.mk b/slave.mk index f7b3636d1abc..475187481113 100644 --- a/slave.mk +++ b/slave.mk @@ -5,7 +5,7 @@ # Select bash for commands .ONESHELL: SHELL = /bin/bash -.SHELLFLAGS += -e +.SHELLFLAGS += -ex USER = $(shell id -un) UID = $(shell id -u) GUID = $(shell id -g)