export DEBUG_I2P=debug in Makefile so that extended logs show up in the tests

This commit is contained in:
eyedeekay
2024-11-15 16:52:37 -05:00
parent 6d16ca5f87
commit c10d98a3b2

View File

@ -3,6 +3,7 @@ RELEASE_VERSION=${RELEASE_TAG}
RELEASE_DESCRIPTION=`cat PASTA.md`
REPO := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
CGO_ENABLED=0
export DEBUG_I2P=debug
ifdef GOROOT
GO = $(GOROOT)/bin/go