Skip to content

Commit 3f4c50f

Browse files
moved defnition again
1 parent 7d828a3 commit 3f4c50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test-OLAInstance.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ DontCheckJobOutcome = $DontCheckJobOutcome }
110110
if($Report)
111111
{
112112
$Date = Get-Date -Format ddMMyyyHHmmss
113-
$File = $tempFolder + '\Script_Pester_Report_' + $date
114113
$tempFolder = 'c:\temp'
114+
$File = $tempFolder + '\Script_Pester_Report_' + $date
115115
$XML = $File + '.xml'
116116
$HTML = $file + '.html'
117117
Invoke-Pester -Script $Script -OutputFile $xml -OutputFormat NUnitXml

0 commit comments

Comments
 (0)