Fixed ExecutionLog TestName field (#796)

This commit is contained in:
Andras32
2020-01-24 09:21:54 -06:00
committed by Carrie Roberts
parent 42687f2055
commit e5ed8e7670
@@ -235,7 +235,7 @@ function Invoke-AtomicTest {
$startTime = get-date
$final_command = Merge-InputArgs $test.executor.command $test $InputArgs $PathToAtomicsFolder
$res = Invoke-ExecuteCommand $final_command $test.executor.name $TimeoutSeconds
Write-ExecutionLog $startTime $AT $testCount $testName $ExecutionLogPath $TimeoutSeconds
Write-ExecutionLog $startTime $AT $testCount $test.name $ExecutionLogPath $TimeoutSeconds
Write-KeyValue "Done executing test: " $testId
}