Why does run_tests.sh -V not use virtual environment

Asked by Conrad Mukai

In the run_tests.sh shell script the call to the run_tests function when $debug is not equal to 1 results in a call to python setup.py testr without the -V wrapper. Hence even if -V is specified on the command line it will not be observed when executing tests outside of debug mode. Is this intentional? What is the motivation for this if it is?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Heat Edit question
Assignee:
No assignee Edit question
Solved by:
Zane Bitter
Solved:
Last query:
Last reply:
Revision history for this message
Best Zane Bitter (zaneb) said :
#1

I don't think it was intentional; I just linked a bug report (now fixed) for what appears to be the same thing. Does that resolve the issue?

Revision history for this message
Conrad Mukai (cmukai) said :
#2

Thanks Zane Bitter, that solved my question.