Update contrib/TestHarness/Program.cs.cmake - Minor change

Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
This commit is contained in:
Sajjad 2021-07-29 23:18:15 -07:00 committed by GitHub
parent 12e1a5fe92
commit 5b191fccfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)