Skip to content

Commit 81150fd

Browse files
committed
Windows take 5
1 parent d2d7670 commit 81150fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-windows.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ jobs:
276276
277277
# Run rapidcheck tests as their own process so we can see the random seed for each
278278
"$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe --list-tests [rapidcheck] --verbosity quiet" | Foreach-Object {
279-
$rapidcheck = "$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe $_"
279+
$rapidcheck = "$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe '$_'"
280+
Write-Host "cmds: '$rapidcheck'"
280281
Invoke-Expression $rapidcheck
281282
if ($LastExitCode -ne 0) {
282283
Write-Host "Rapidcheck test \"$_\" failed with exit status: " $LastExitCode

0 commit comments

Comments
 (0)