Skip to content

Commit cfee017

Browse files
committed
More
1 parent d5fb34b commit cfee017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Basic.CompilerLog.UnitTests/ProgramTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ public void ResponseMultiTarget()
295295
[Fact]
296296
public void ResponseNoLogArgument()
297297
{
298-
var exitCode = RunCompLog($"rsp -o {RootDirectory}", Path.GetDirectoryName(Fixture.ConsoleProjectPath)!);
298+
var (exitCode, output) = RunCompLogEx($"rsp -o {RootDirectory}", Path.GetDirectoryName(Fixture.ConsoleProjectPath)!);
299+
TestOutputHelper.WriteLine(output);
299300
Assert.Equal(Constants.ExitSuccess, exitCode);
300301
Assert.True(File.Exists(Path.Combine(RootDirectory, "console", "build.rsp")));
301302
}

0 commit comments

Comments
 (0)