We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a00ed6 + f291623 commit b9bcd27Copy full SHA for b9bcd27
lib/test.js
@@ -34,6 +34,7 @@ const test = (suite, buildConfig = config.defaultBuildConfig, options) => {
34
35
// Build the tests
36
util.run('ninja', ['-C', config.outputDir, suite], config.defaultOptions)
37
+ util.run('ninja', ['-C', config.outputDir, "fix_brave_test_install_name"], config.defaultOptions)
38
39
let testBinary;
40
if (process.platform === 'win32') {
0 commit comments