mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-06-07 08:59:25 +00:00
write NUnit logs to stderr, hoping to capture them more consistently
This commit is contained in:
parent
3bb2311905
commit
77f0047c7d
@ -97,7 +97,7 @@ namespace DistTestCore
|
||||
["success"] = result.Success,
|
||||
["duration"] = lifecycle.GetTestDuration().ToString(@"hh\:mm\:ss"),
|
||||
};
|
||||
using var raw = new StreamWriter(Console.OpenStandardOutput(), leaveOpen: true) { AutoFlush = true };
|
||||
using var raw = new StreamWriter(Console.OpenStandardError(), leaveOpen: true) { AutoFlush = true };
|
||||
raw.WriteLine(Newtonsoft.Json.JsonConvert.SerializeObject(entry));
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user