From 11fd713f77bb0bc817ff3c17215fd7961c025d7e Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Sun, 5 May 2019 15:04:31 -0400 Subject: Resolve test incompatibility with git v2.21.0 This fixes #869 --- dockernose.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dockernose.sh') diff --git a/dockernose.sh b/dockernose.sh index 0f741967..c9227118 100755 --- a/dockernose.sh +++ b/dockernose.sh @@ -4,5 +4,7 @@ if [ -z "${PYVER}" ]; then PYVER=py37 fi +# remember to use "-s" if you inject pdb.set_trace() as this disables nosetests capture of streams + tox -e ${PYVER} --notest PYTHONPATH=/src/.tox/${PYVER}/lib/python*/site-packages /src/.tox/${PYVER}/bin/nosetests --pdb $* -- cgit v1.2.3