Skip to content

Commit 495336e

Browse files
committed
Add debug
1 parent 52fe59e commit 495336e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/conda.bats

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ OUT
5252
stub pyenv-exec "conda * : echo PYENV_VERSION=\${PYENV_VERSION} \"\$@\""
5353
stub pyenv-exec "python -s -m ensurepip : true"
5454

55-
run pyenv-virtualenv -p python3.5 venv
55+
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
56+
PYENV_DEBUG=1 run pyenv-virtualenv -p python3.5 venv 2>&3
5657

5758
assert_success
5859
assert_output <<OUT

0 commit comments

Comments
 (0)