mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Let's see if we're still green without diagnostics!
This commit is contained in:
@@ -162,8 +162,7 @@ function testSuitesForPlatform (platform) {
|
||||
case 'darwin':
|
||||
return [runCoreMainProcessTests, runCoreRenderProcessTests, runBenchmarkTests].concat(packageTestSuites)
|
||||
case 'win32':
|
||||
// return (process.arch === 'x64') ? [runCoreMainProcessTests, runCoreRenderProcessTests] : [runCoreMainProcessTests]
|
||||
return (process.arch === 'x64') ? [runCoreRenderProcessTests] : []
|
||||
return (process.arch === 'x64') ? [runCoreMainProcessTests, runCoreRenderProcessTests] : [runCoreMainProcessTests]
|
||||
case 'linux':
|
||||
return [runCoreMainProcessTests]
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user