Skip to content

Commit a29a0d2

Browse files
committed
win bug fixes
1 parent 3ea3d83 commit a29a0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win/env-setup-run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ $platforms
360360
Log-Line "ℹ️ BrowserStack Local Flag: $localFlag" $NOW_RUN_LOG_FILE
361361
Log-Line "ℹ️ Parallels per platform: $ParallelsPerPlatform" $NOW_RUN_LOG_FILE
362362
Log-Line "ℹ️ Platforms:" $NOW_RUN_LOG_FILE
363-
$platformYaml -split "`n" | ForEach-Object { if ($_.Trim()) { Log-Line " $_" $NOW_RUN_LOG_FILE } }
363+
$yamlContent -split "`n" | ForEach-Object { if ($_.Trim()) { Log-Line " $_" $NOW_RUN_LOG_FILE } }
364364

365365
Print-TestsRunningSection -Command "cd $runDirName && browserstack-sdk pytest -s bstack_sample.py"
366366

0 commit comments

Comments
 (0)