fix bug in run_tests.py
This commit is contained in:
parent
68f9a84b3b
commit
424040a10b
|
@ -98,10 +98,10 @@ def run_tests(toolset, tests, features, options, test_dir):
|
|||
# parse out the toolset version from the xml file
|
||||
compiler = ''
|
||||
compiler_version = ''
|
||||
command = ''
|
||||
|
||||
# make this parse the actual test to pick up the time
|
||||
# spent runnin the test
|
||||
if not toolset_found:
|
||||
try:
|
||||
dom = et.parse(xml_file)
|
||||
|
||||
|
@ -119,7 +119,6 @@ def run_tests(toolset, tests, features, options, test_dir):
|
|||
|
||||
if compiler != '' and compiler_version != '':
|
||||
toolset = compiler + '-' + compiler_version
|
||||
toolset_found = True
|
||||
except: pass
|
||||
|
||||
try: os.unlink(xml_file)
|
||||
|
|
Loading…
Reference in New Issue