Skip to content

Commit

Permalink
fix load paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver authored and tmancey committed Feb 14, 2019
1 parent 9fa6fe5 commit 7e2616d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +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)

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

0 comments on commit 7e2616d

Please sign in to comment.