Skip to content

Commit f01548a

Browse files
committed
Update runtests.sh
1 parent f76265a commit f01548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [[ "$helixQueue" == *"OSX"* ]]; then
3434
PLAYWRIGHT_NODE_PATH=$DIR/.playwright/osx/native/node
3535
else
3636
export PLAYWRIGHT_DRIVER_PATH="$DIR/.playwright/unix/native/playwright.sh"
37-
PLAYWRIGHT_NODE_PATH=$DIR/.playwright/unix/native/node"
37+
PLAYWRIGHT_NODE_PATH=$DIR/.playwright/unix/native/node
3838
fi
3939
export InstallPlaywright="$installPlaywright"
4040
if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then

0 commit comments

Comments
 (0)