We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f46ad9 commit 9251c4fCopy full SHA for 9251c4f
README.md
@@ -48,7 +48,7 @@ bin/moodle-docker-compose exec webserver php admin/tool/behat/cli/init.php
48
# [..]
49
50
# Run behat tests
51
-bin/moodle-docker-compose exec webserver php admin/tool/behat/cli/run.php --tags=@auth_manual
+bin/moodle-docker-compose exec -u www-data webserver php admin/tool/behat/cli/run.php --tags=@auth_manual
52
Running single behat site:
53
Moodle 3.4dev (Build: 20171006), 33a3ec7c9378e64c6f15c688a3c68a39114aa29d
54
Php: 7.1.9, pgsql: 9.6.5, OS: Linux 4.9.49-moby x86_64
0 commit comments