Skip to content

Commit

Permalink
Merge branch 'w17_MDL-39343_m25_installupgrade' of git://github.com/s…
Browse files Browse the repository at this point in the history
…kodak/moodle
  • Loading branch information
danpoltawski committed Apr 30, 2013
2 parents 4410509 + 2cc9fa8 commit 24fa63f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/tool/behat/cli/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
)
);

if ($options['install'] or $options['drop']) {
define('CACHE_DISABLE_ALL', true);
}

// Checking util.php CLI script usage.
$help = "
Expand Down
4 changes: 4 additions & 0 deletions admin/tool/phpunit/cli/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
}
}

if ($options['install'] or $options['drop']) {
define('CACHE_DISABLE_ALL', true);
}

if ($options['run']) {
unset($options);
unset($unrecognized);
Expand Down

0 comments on commit 24fa63f

Please sign in to comment.