Bug in wpt_batch_lib.py
|
01-31-2017, 03:36 AM
(This post was last modified: 01-31-2017 03:45 AM by marty90.)
Post: #1
|
|||
|
|||
Bug in wpt_batch_lib.py
I found a bug in wpt_batch_lib.py.
To work, it should force the xml output with f=xml parameter. Can be corrected changing line 70 from: Code: request = server_url + 'runtest.php?%s' % urllib.urlencode(test_params) to: Code: request = server_url + 'runtest.php?&f=xml&%s' % urllib.urlencode(test_params) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)