Skip to content

Commit 8902962

Browse files
committed
Update runtests.sh
1 parent 49e7434 commit 8902962

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/helix/content/runtests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export InstallPlaywright="$installPlaywright"
3333
if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
3434
echo "chmod +x $PLAYWRIGHT_DRIVER_PATH"
3535
chmod +x $PLAYWRIGHT_DRIVER_PATH
36+
echo "chmod +x $DIR/.playwright/unix/native/node"
37+
chmod +x $DIR/.playwright/unix/native/node
3638
fi
3739

3840
RESET="\033[0m"

0 commit comments

Comments
 (0)