Skip to content

Commit b787c50

Browse files
committed
Verbose test output
1 parent 0eb4d37 commit b787c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ switch ($Command.ToLower())
173173
{
174174
$testFile = (BuildTest)[-1]
175175
Write-Host "$testFile --sequential"
176-
& "$testFile" --sequential
176+
& "$testFile" --sequential --verbose
177177
if ($LastExitCode -ne 0) { throw "Error" }
178178
break
179179
}

0 commit comments

Comments
 (0)