We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9d23b commit a18940eCopy full SHA for a18940e
Public/Invoke-AtomicTest.ps1
@@ -482,6 +482,7 @@ function Invoke-AtomicTest {
482
$startTime = Get-Date
483
$final_command = Merge-InputArgs $test.executor.command $test $InputArgs $PathToPayloads
484
$res = Invoke-ExecuteCommand $final_command $test.executor.name $executionPlatform $TimeoutSeconds $session -Interactive:$Interactive
485
+ Write-Host "Exit code: $($res.ExitCode)"
486
$stopTime = Get-Date
487
if ($isLoggingModuleSet) {
488
&"$LoggingModule\Write-ExecutionLog" $startTime $stopTime $AT $testCount $test.name $test.auto_generated_guid $test.executor.name $test.description $final_command $ExecutionLogPath $executionHostname $executionUser $res (-Not($IsLinux -or $IsMacOS))
0 commit comments