Skip to content

Commit

Permalink
Linux testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Nov 29, 2023
1 parent 2d423fa commit 897866e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Basic.CompilerLog.UnitTests/ProgramTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public void ReplayWithExport()
var (exitCode, output) = RunCompLogEx($"replay {Fixture.ConsoleWithDiagnosticsBinaryLogPath} -export -o {RootDirectory}");
Assert.Equal(Constants.ExitFailure, exitCode);
Assert.Contains("Exporting to", output);
Assert.True(File.Exists(Path.Combine(RootDirectory, "console-with-diagnostics", "export", "build.cmd")));
Assert.True(File.Exists(Path.Combine(RootDirectory, "console-with-diagnostics", "export", "build.rsp")));
Assert.True(File.Exists(Path.Combine(RootDirectory, "console-with-diagnostics", "export", "ref", "netstandard.dll")));
}

Expand Down

0 comments on commit 897866e

Please sign in to comment.