Skip to content

Commit

Permalink
MDL-80972 behat: Behat check_server_status can provide better info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah authored and lameze committed May 9, 2024
1 parent f88dbfc commit 810ab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/behat/classes/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public static function check_server_status() {

behat_error (BEHAT_EXITCODE_REQUIREMENT, $CFG->behat_wwwroot . ' is not available, ensure you specified ' .
'correct url and that the server is set up and started.' . PHP_EOL . ' More info in ' .
behat_command::DOCS_URL . PHP_EOL);
behat_command::DOCS_URL . PHP_EOL . parent::get_site_info());
}

// Check if cli version is same as web version.
Expand Down

0 comments on commit 810ab99

Please sign in to comment.