Skip to content

Commit

Permalink
[testonly]: Set shell as verbose mode
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Gan <ganze718@gmail.com>
  • Loading branch information
Pterosaur committed Jan 6, 2021
1 parent 7169af2 commit 1a0595b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1a0595b

Please sign in to comment.