mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-02-07 22:53:16 +00:00
Fixes printing of disttest status
This commit is contained in:
parent
c690598868
commit
9bdebb963b
@ -343,6 +343,12 @@ namespace DistTestCore
|
||||
public bool Success { get; }
|
||||
public string Status { get; }
|
||||
public string Result { get; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
if (Success) return $"Passed ({Status}) ({Result})";
|
||||
return $"Failed ({Status}) ({Result})";
|
||||
}
|
||||
}
|
||||
|
||||
public static class GlobalTestFailure
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user