We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d828a3 commit 3f4c50fCopy full SHA for 3f4c50f
1 file changed
Test-OLAInstance.ps1
@@ -110,8 +110,8 @@ DontCheckJobOutcome = $DontCheckJobOutcome }
110
if($Report)
111
{
112
$Date = Get-Date -Format ddMMyyyHHmmss
113
-$File = $tempFolder + '\Script_Pester_Report_' + $date
114
$tempFolder = 'c:\temp'
+$File = $tempFolder + '\Script_Pester_Report_' + $date
115
$XML = $File + '.xml'
116
$HTML = $file + '.html'
117
Invoke-Pester -Script $Script -OutputFile $xml -OutputFormat NUnitXml
0 commit comments