[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.
parser.add_argument('--combinedlogslen','-c',type=int,default=0,help='print a combined log (of length n lines) from all test nodes and test framework to the console on failure.')
parser.add_argument('--coverage',action='store_true',help='generate a basic coverage report for the RPC interface')
parser.add_argument('--coverage',action='store_true',help='generate a basic coverage report for the RPC interface')
parser.add_argument('--exclude','-x',help='specify a comma-separated-list of scripts to exclude.')
parser.add_argument('--exclude','-x',help='specify a comma-separated-list of scripts to exclude.')
parser.add_argument('--extended',action='store_true',help='run the extended test suite in addition to the basic tests')
parser.add_argument('--extended',action='store_true',help='run the extended test suite in addition to the basic tests')