Skip to content

Commit

Permalink
adjusts unit and browser test executables
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver authored and tmancey committed Feb 14, 2019
1 parent 7e2616d commit 21937c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const test = (suite, buildConfig = config.defaultBuildConfig, options) => {

// Build the tests
util.run('ninja', ['-C', config.outputDir, suite], config.defaultOptions)
util.run('ninja', ['-C', config.outputDir, "fix_brave_unit_test_load_paths"], config.defaultOptions)
util.run('ninja', ['-C', config.outputDir, "fix_brave_test_install_name"], config.defaultOptions)

let testBinary;
if (process.platform === 'win32') {
Expand Down

0 comments on commit 21937c3

Please sign in to comment.