Fixed ExecutionLog TestName field (#796)
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user