[tests] Add combinedlogslen argument to test_runner.py
commitff8a9b068ae15c569ce66abb58bf6f909b879a7d
authorJohn Newbery <john@johnnewbery.com>
Wed, 29 Nov 2017 18:28:45 +0000 (29 13:28 -0500)
committerJohn Newbery <john@johnnewbery.com>
Wed, 29 Nov 2017 20:10:51 +0000 (29 15:10 -0500)
treed0bcebe682e9f256373fb42a96be99eefe4edd0d
parentdba94ead0cb4ca90aeb894aca0a87a34e4dc9886
[tests] Add combinedlogslen argument to test_runner.py

Instead of calling combine_logs from test_runner when the environment variable
PYTHON_DEBUG is set, add a combinedlogslen argument. This makes it easier
to call when running locally, and allows a different length of combined logs
to be printed.
.travis.yml
test/functional/test_runner.py