Correct case of vctip executable

Bug:
Change-Id: I89fa5a8ccdff94d2034ee6366b6c0261d9a2e99e
Reviewed-on: https://dart-review.googlesource.com/5260
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2017-09-12 17:20:31 +00:00 committed by commit-bot@chromium.org
parent 8f6f4d9d24
commit 7bca1569e5

View file

@ -33,7 +33,7 @@ EXECUTABLE_NAMES = {
'gen_snapshot': 'gen_snapshot.exe',
'git': 'git.exe',
'iexplore': 'iexplore.exe',
'VCTIP': 'VCTIP.EXE',
'vctip': 'vctip.exe',
'mspdbsrv': 'mspdbsrv.exe',
},
'linux': {
@ -234,7 +234,7 @@ def KillVCSystems():
return status
def KillVSBuild():
status = Kill('VCTIP')
status = Kill('vctip')
status += Kill('mspdbsrv')
return status