mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Download Chromedriver during script/build
...so that we can cache it.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
require('colors')
|
||||
const async = require('async')
|
||||
const childProcess = require('child_process')
|
||||
const downloadChromedriver = require('./lib/download-chromedriver')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
@@ -16,8 +15,6 @@ const packagedAppPath = path.resolve(__dirname, '..', 'out', `${appName}.app`)
|
||||
const executablePath = path.join(packagedAppPath, 'Contents', 'MacOS', appName)
|
||||
const resourcePath = CONFIG.repositoryRootPath
|
||||
|
||||
downloadChromedriver()
|
||||
|
||||
function runCoreMainProcessTests (callback) {
|
||||
const testPath = path.join(CONFIG.repositoryRootPath, 'spec', 'main-process')
|
||||
const testArguments = [
|
||||
|
||||
Reference in New Issue
Block a user