Update contrib/TestHarness/Program.cs.cmake - Minor change
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
This commit is contained in:
parent
12e1a5fe92
commit
5b191fccfe
|
@ -1246,7 +1246,7 @@ namespace SummarizeTest
|
|||
if(buggify != null)
|
||||
test.Add(new XAttribute("BuggifyEnabled", buggify.Value ? "1" : "0"));
|
||||
if(faultInjectionEnabled != null)
|
||||
test.Add(new XAttribute("FaultInjectionEnabled", buggify.Value ? "1" : "0"));
|
||||
test.Add(new XAttribute("FaultInjectionEnabled", faultInjectionEnabled.Value ? "1" : "0"));
|
||||
if(determinismCheck != null)
|
||||
test.Add(new XAttribute("DeterminismCheck", determinismCheck.Value ? "1" : "0"));
|
||||
if(oldBinaryName != null)
|
||||
|
|
Loading…
Reference in New Issue