Skip to content

Commit

Permalink
Fix failing tests for macOS RE: speedreader
Browse files Browse the repository at this point in the history
Fixes #8670
  • Loading branch information
bsclifton committed Mar 13, 2020
1 parent f26b6b0 commit 2e7ffb9
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 @@ -52,6 +52,7 @@ const test = (suite, buildConfig = config.defaultBuildConfig, options) => {
} else {
util.run('ninja', ['-C', config.outputDir, "fix_brave_test_install_name"], config.defaultOptions)
util.run('ninja', ['-C', config.outputDir, "fix_brave_test_install_name_adblock"], config.defaultOptions)
util.run('ninja', ['-C', config.outputDir, "fix_brave_test_install_name_speedreader"], config.defaultOptions)

let testBinary;
let installerTestBinary;
Expand Down

0 comments on commit 2e7ffb9

Please sign in to comment.