MDL-49622 behat: better handling of profile and tags
commit50fccc4249e3529a6aab8a149b34575cca53b6aa
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 22 Mar 2015 10:39:53 +0000 (22 11:39 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 22 Mar 2015 10:39:53 +0000 (22 11:39 +0100)
treeb93ec479de2ce64c34998e5c40d5b62bb180deb6
parenta149d6a177f58aa031c60d6e1b4c0d9f8f2ced22
MDL-49622 behat: better handling of profile and tags

This solves some minor annoyances in the run.php script:

A) profile is checked properly, independently of everything else.
B) cli tags get precedence over profile tags.

Indicentally, this also causes run.php to support both profile and
tag in command line together. Previously the use of profile did
invalidate the use of tags.
admin/tool/behat/cli/run.php