mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-64633-35' of https://github.com/ewallah/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
763c1bc6fb
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ if ($options['install']) {
|
|||
// Run behat command to get steps in feature files.
|
||||
$featurestepscmd = behat_command::get_behat_command(true);
|
||||
$featurestepscmd .= ' --config ' . behat_config_manager::get_behat_cli_config_filepath();
|
||||
$featurestepscmd .= ' --dry-run --format=moodle_step_count';
|
||||
$featurestepscmd .= ' --dry-run --format=moodle_stepcount';
|
||||
$processes = cli_execute_parallel(array($featurestepscmd), __DIR__ . "/../../../../");
|
||||
$status = print_update_step_output(array_pop($processes), $behatstepfile);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue