@@ -15,18 +15,18 @@ const testDataWinMac = [
1515] ;
1616
1717const testDataLinux = [
18- { name : 'centos' , expectedName : 'centos -x64' } ,
19- { name : 'debian' , expectedName : 'debian -x64' } ,
20- { name : 'fedora' , expectedName : 'fedora -x64' } ,
21- { name : 'ol' , expectedName : 'ol -x64' } ,
22- { name : 'opensuse' , expectedName : 'opensuse -x64' } ,
23- { name : 'rhel' , expectedName : 'rhel -x64' } ,
24- { name : 'ubuntu' , expectedName : 'ubuntu -x64' }
18+ { name : 'centos' , expectedName : 'linux -x64' } ,
19+ { name : 'debian' , expectedName : 'linux -x64' } ,
20+ { name : 'fedora' , expectedName : 'linux -x64' } ,
21+ { name : 'ol' , expectedName : 'linux -x64' } ,
22+ { name : 'opensuse' , expectedName : 'linux -x64' } ,
23+ { name : 'rhel' , expectedName : 'linux -x64' } ,
24+ { name : 'ubuntu' , expectedName : 'linux -x64' }
2525] ;
2626
2727const testDataModuleName = [
2828 { isWindows : true , expectedName : 'Microsoft.PythonTools.VsCode.exe' } ,
29- { isWindows : false , expectedName : 'Microsoft.PythonTools.VsCode' }
29+ { isWindows : false , expectedName : 'Microsoft.PythonTools.VsCode.VsCode ' }
3030] ;
3131
3232// tslint:disable-next-line:max-func-body-length
0 commit comments