Makefile-tests.am: add env var to know when in testenv
Closes: #289 Approved by: cgwalters
This commit is contained in:
parent
ead1ecdd23
commit
336f765810
@ -86,7 +86,7 @@ testenv:
|
||||
@echo "===== ENTERING TESTENV ====="
|
||||
test_tmpdir=$$(mktemp -d test.XXXXXX) && \
|
||||
cd $$test_tmpdir && \
|
||||
sh ../tests/setup-session.sh bash && \
|
||||
TESTENV=1 sh ../tests/setup-session.sh bash && \
|
||||
cd .. && \
|
||||
rm -rf $$test_tmpdir
|
||||
@echo "===== LEAVING TESTENV ====="
|
||||
|
Loading…
Reference in New Issue
Block a user