[asterisk-dev] Changing hard coded TEST_RESULTS variable in testsuite

Sylvain Boily sboily at avencall.com
Thu Oct 23 12:49:28 CDT 2014


Hello,

It would be great to changing TEST_RESULTS hard coded variable to 
something like this in runtests.py.

TEST_RESULTS = os.getenv('TEST_RESULTS', "asterisk-test-suite-report.xml")

Because if we have this possibility, we can launching a testsuite in a 
docker with a mount volume and use the -e env variable to set where the 
result of this test is writing.

What do you think about this change ?

Sylvain



More information about the asterisk-dev mailing list