Skip to content

Commit

Permalink
Make: unexport env vars from system for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teoti001 committed Jul 27, 2021
1 parent 9c601e3 commit 86ed794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ LINE := $(BOLD); echo "---------------------------------------"
RESET_TERM := printf "\033[0m"
BLR := $(BOLD); $(LINE); $(RESET_TERM) #Bold Line, Reset formatting

# Make sure we dont use any exsisting env vars
unexport CARAMEL_INI CARAMEL_CA_CERT CARAMEL_CA_KEY CARAMEL_DBURL CARAMEL_HOST CARAMEL_PORT CARAMEL_LOG_LEVEL

#Check for python3 install and virtual environment
$(PYTHON3):
@if [ -z python3 ]; then \
Expand Down

0 comments on commit 86ed794

Please sign in to comment.