aboutsummaryrefslogtreecommitdiff
path: root/dockernose.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dockernose.sh')
-rwxr-xr-xdockernose.sh2
1 files changed, 2 insertions, 0 deletions
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 $*