Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Wilms committed Nov 12, 2024
1 parent e51180b commit 63c9661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Nexus.Sources.Remote.Tests/RemoteTestsFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public RemoteTestsFixture()

_runProcess.ErrorDataReceived += (sender, e) =>
{
File.AppendAllText("/home/vincent/Downloads/error.txt", e.Data + Environment.NewLine);
// File.AppendAllText("/home/vincent/Downloads/error.txt", e.Data + Environment.NewLine);

_success = false;
_semaphoreRun.Release();
Expand Down

0 comments on commit 63c9661

Please sign in to comment.