Skip to content

Commit 255fab4

Browse files
committed
Use predetermined mysql binary
1 parent 31285c8 commit 255fab4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Context/FeatureContext.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,9 @@ public function beforeScenario( BeforeScenarioScope $scope ): void {
702702
self::get_behat_internal_variables()
703703
);
704704

705-
$mysql_binary = Utils\get_mysql_binary_path();
706705
$sql_dump_command = Utils\get_sql_dump_command();
707706

708-
$this->variables['MYSQL_BINARY'] = $mysql_binary;
707+
$this->variables['MYSQL_BINARY'] = self::$mysql_binary;
709708
$this->variables['SQL_DUMP_COMMAND'] = $sql_dump_command;
710709

711710
// Used in the names of the RUN_DIR and SUITE_CACHE_DIR directories.

0 commit comments

Comments
 (0)