Skip to content

Commit 9251c4f

Browse files
committed
Readme: Suggest using www-data user for behat to avoid permission issues
Fixes #108
1 parent 8f46ad9 commit 9251c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bin/moodle-docker-compose exec webserver php admin/tool/behat/cli/init.php
4848
# [..]
4949

5050
# Run behat tests
51-
bin/moodle-docker-compose exec webserver php admin/tool/behat/cli/run.php --tags=@auth_manual
51+
bin/moodle-docker-compose exec -u www-data webserver php admin/tool/behat/cli/run.php --tags=@auth_manual
5252
Running single behat site:
5353
Moodle 3.4dev (Build: 20171006), 33a3ec7c9378e64c6f15c688a3c68a39114aa29d
5454
Php: 7.1.9, pgsql: 9.6.5, OS: Linux 4.9.49-moby x86_64

0 commit comments

Comments
 (0)