Skip to content

Commit

Permalink
fixup! Regression test for dotnet#4210
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald committed Mar 5, 2019
1 parent 9a71d53 commit 035a558
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tasks.UnitTests/Exec_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,10 @@ echo line 3"" />
logger.AssertLogContains("line 2");
logger.AssertLogContains("line 3");

// To be correct, these need to be on separate lines, not
// all together on one.
logger.AssertLogDoesntContain("1 echo line");

result.OverallResult.ShouldBe(BuildResultCode.Success);
}
}
Expand Down

0 comments on commit 035a558

Please sign in to comment.