Skip to content

Commit 01ae8db

Browse files
committed
replace things
1 parent 0c9d7c5 commit 01ae8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/matrix_testing/CreateMatrixTestReport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ $jobRows = $queriesToCheck | ForEach-Object -ThrottleLimit $NumThreads -Parallel
300300
foreach($testDirectory in $testDirs){
301301

302302
Write-Host "Acquiring lock for $testDirectory"
303-
$Mutex = New-Object -TypeName System.Threading.Mutex -ArgumentList $false, ("__Matrix_" + $testDirectory.Replace("\","_"));
303+
$Mutex = New-Object -TypeName System.Threading.Mutex -ArgumentList $false, ("__Matrix_" + $testDirectory.Replace([IO.Path]::DirectorySeparatorChar,"_"));
304304
$Mutex.WaitOne() | Out-Null;
305305
Write-Host "Locked $testDirectory"
306306

0 commit comments

Comments
 (0)