Skip to content

Commit

Permalink
Update logName for test run via code action
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Campos committed Aug 10, 2018
1 parent 3828bb0 commit e21477a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class ForceApexTestRunCodeActionExecutor extends SfdxCommandletExecutor<{
.withFlag('--resultformat', 'human')
.withArg('--synchronous')
.withFlag('--loglevel', 'error')
.withLogName('force_apex_test_run_codeaction');
.withLogName('force_apex_test_run_code_action');

if (this.shouldGetCodeCoverage) {
this.builder = this.builder.withArg('--codecoverage');
Expand Down

0 comments on commit e21477a

Please sign in to comment.