Skip to content

Commit

Permalink
Update docker_run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekCrannaford authored Oct 4, 2024
1 parent 36bc68e commit 1c18535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docker_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [ -z "$IS_PLAYWRIGHT_CONTAINER" ]; then

# Tests SHOULD assume playwright code is executable
# but if this script is not -x- the container won't launch!
sudo chmod -R 755 $TESTDIR
sudo chmod 755 $TESTDIR/docker_run_tests.sh

docker run -t --rm \
-e IS_PLAYWRIGHT_CONTAINER=1 \
Expand Down

0 comments on commit 1c18535

Please sign in to comment.