We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e47e0ae + f905b78 commit 9a9927cCopy full SHA for 9a9927c
scripts/matrix_testing/CreateMatrixTestReport.ps1
@@ -417,16 +417,18 @@ $jobRows = $queriesToCheck | ForEach-Object -ThrottleLimit $NumThreads -Parallel
417
# output current row state
418
$row
419
420
- # release any held mutexes
421
- $Mutex.ReleaseMutex();
422
-
+
423
###########################################################
424
425
# Context is restored here
426
427
if($context){
428
Pop-CompilerSpecificFiles -Context $context
429
}
+ # release any held mutexes
430
+ $Mutex.ReleaseMutex();
431
+ Write-Host "Released $testDirectory"
432
433
434
# go to next row
0 commit comments