Skip to content

Commit

Permalink
REmove duplicate TOOL_LANGIMPORT_REMOTE_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 23, 2024
1 parent 990f2f9 commit 7aa31ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runner/main/modules/docker-php/config.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@
// Skip language upgrade during the on-sync period.
$CFG->skiplangupgrade = false;

// Enable tests needing language install/upgrade
// only if we have language upgrades enabled (aka,
// when we aren't skipping them).
if (empty($CFG->skiplangupgrade)) {
define('TOOL_LANGIMPORT_REMOTE_TESTS', true);
}
$CFG->wwwroot = getenv('MOODLE_WWWROOT') ?: 'http://host.name';
$CFG->dataroot = '/var/www/moodledata';
$CFG->admin = 'admin';
Expand Down

0 comments on commit 7aa31ef

Please sign in to comment.