Skip to content

Commit 18c7fc8

Browse files
committed
Get-AndroidEmulatorId: fix env:ANDROID_SERIAL check
1 parent 7089ea5 commit 18c7fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/device-test-utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function Install-XHarness
1212

1313
function Get-AndroidEmulatorId
1414
{
15-
if ((Test-Path env:CI) -or (Test-Path $env:ANDROID_SERIAL))
15+
if ((Test-Path env:CI) -or (Test-Path env:ANDROID_SERIAL))
1616
{
1717
return $env:ANDROID_SERIAL
1818
}

0 commit comments

Comments
 (0)