]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow pdb debugging in manually-invoked tests.
authorMaru Newby <marun@redhat.com>
Tue, 9 Apr 2013 02:33:03 +0000 (02:33 +0000)
committerMaru Newby <marun@redhat.com>
Tue, 9 Apr 2013 02:46:40 +0000 (02:46 +0000)
commit91bd4bbaeac37d12e61c9c7b033f55ec9f1ab562
tree16dc036f83ec19ac9ac1b4f0741aed5d7feb67a0
parentd23f0e7d286a85e65369645aaa8ec6c8f9a74fd1
Allow pdb debugging in manually-invoked tests.

 * The old behavior required setting environment variables to
   disable capture of stdout and stderr to allow debugging via pdb.
   The new behavior requires enabling capture of stdout/stderr
   instead. This is already the case in nova.
 * testr behavior is unmodified.
 * Tip 'o the hat to Robert Collins (lifeless)

Change-Id: Ica021eeab07d5a540ce42436c9cc8000c3fd239a
.testr.conf
quantum/tests/base.py