Skip to content

Commit e5e8e3a

Browse files
committed
Update runtests.sh
1 parent 5bad241 commit e5e8e3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/helix/content/runtests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
3636
echo "chmod +x $DIR/.playwright/unix/native/node"
3737
chmod +x $DIR/.playwright/unix/native/node
3838
echo "copying drivers to workitem root"
39-
cp -r ./.playwright/unix/native/ .
39+
cp -r $DIR/.playwright/unix/native/ .
40+
cp $DIR/.playwright/unix/native/playwright.sh .
41+
ls -la playwright*
4042
fi
4143

4244
RESET="\033[0m"

0 commit comments

Comments
 (0)