Skip to content

Commit c5ff32e

Browse files
committed
update test
1 parent d6063a0 commit c5ff32e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/Build.Testing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ private static void AppendMutationProgressSummary(
331331
Serilog.Log.Information("Mutation profile '{Profile}' started at {StartedAtUtc:O}", profile.Name, startedAtUtc);
332332

333333
DotNet(
334-
$"stryker --config-file {configPath} --output {profileOutput}",
334+
$"stryker --config-file {configPath} --output {profileOutput} --log-to-file",
335335
workingDirectory: UnitTestsProject.Parent);
336336

337337
var endedAtUtc = DateTimeOffset.UtcNow;

stryker-config.ai.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"reporters": [
2121
"html",
2222
"json",
23-
"progress",
23+
"dots",
2424
"cleartext"
2525
],
2626
"ignore-mutations": [

stryker-config.core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"reporters": [
2323
"html",
2424
"json",
25-
"progress",
25+
"dots",
2626
"cleartext"
2727
],
2828
"ignore-mutations": [

stryker-config.runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"reporters": [
2626
"html",
2727
"json",
28-
"progress",
28+
"dots",
2929
"cleartext"
3030
],
3131
"ignore-mutations": [

0 commit comments

Comments
 (0)