Skip to content

Commit 9714281

Browse files
committed
device-test.ps1: add verbose flag
1 parent 3f12094 commit 9714281

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/device-test.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ try
9494
Remove-Item -Recurse -Force test_output -ErrorAction SilentlyContinue
9595
try
9696
{
97+
if ($VerbosePreference)
98+
{
99+
$arguments += '-v'
100+
}
97101
xharness $group test $arguments --output-directory=test_output
98102
if ($LASTEXITCODE -ne 0)
99103
{

0 commit comments

Comments
 (0)