Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Dec 19, 2022
1 parent d5a71b0 commit 87e0af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/commands/lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const runTests = (passthroughArgs, suite, buildConfig, options) => {
// Specify emulator to run tests on
braveArgs.push(`--avd-config tools/android/avd/proto/generic_android28.textpb`)
}
let runOptions = config.defaultrunOptions
let runOptions = config.defaultOptions
if (runOptions.output)
// When test results are saved to a file, callers (such as CI) generate
// and analyze test reports as a next step. These callers are typically
Expand Down

0 comments on commit 87e0af1

Please sign in to comment.