commit | 1b1eb64d2d68e52809a929272f658d4ffdc31028 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Tue Jan 21 19:38:47 2014 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Tue Jan 21 19:38:47 2014 +0000 |
tree | aa4c99933734741bc453cb311679746950931e93 | |
parent | 6382816ecdb84a037efbce8af74c02f8b6669904 [diff] |
Make --debug flag on run_tests and run_tempest use testtools.run This commit changes the --debug flag on run_tests.sh and run_tempest.sh so that instead of setting set +o xtrace will run tests with testools.run. This enables pdb to work because calling subunit.run or using testr will interfere with pdb. Change-Id: I9953af7a2375a1d26df69559799be3df973756af