-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.4
-
MOODLE_35_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-64597-master -
What happens:
- Moodle instance with parallel Behat sites is set up.
- Moodle code base gets updated.
- Run init script:
php admin/tool/behat/cli/init.php -j=N
- Expected: The script should drop all the tables and reinstall the Behat sites.
- Actual: The script only drops the outdated tables and you have to run the script again in order to reinstall the Behat sites.