diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-02-03 12:59:47 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-02-03 12:59:47 +0100 |
commit | 0a66734416e33c8f537c347b24fcc9f46bb37676 (patch) | |
tree | c467025e60220dca0f9c7013a93d45f9be957e91 /core/command/upgrade.php | |
parent | 621f54da514af548bf900f7a1c64af046f53b86d (diff) | |
download | nextcloud-server-0a66734416e33c8f537c347b24fcc9f46bb37676.tar.gz nextcloud-server-0a66734416e33c8f537c347b24fcc9f46bb37676.zip |
Revert "setting to skip migration tests by default"
Diffstat (limited to 'core/command/upgrade.php')
-rw-r--r-- | core/command/upgrade.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/command/upgrade.php b/core/command/upgrade.php index 2123efdfd38..c45984d7a30 100644 --- a/core/command/upgrade.php +++ b/core/command/upgrade.php @@ -99,12 +99,6 @@ class Upgrade extends Command { $updateStepEnabled = true; $skip3rdPartyAppsDisable = false; - if ($this->config->getSystemValue('update.skip-migration-test', false)) { - $output->writeln( - '<info>"skip-migration-test" is activated via config.php</info>' - ); - $simulateStepEnabled = false; - } if ($input->getOption('skip-migration-test')) { $simulateStepEnabled = false; } |