Skip to content

Commit e09facc

Browse files
committed
MQE-1963: Enable upgrade during build for testing.
1 parent 4b3cd0f commit e09facc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Magento/FunctionalTestingFramework/Console/BuildProjectCommand.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,12 @@ function ($type, $buffer) use ($output) {
107107
);
108108
}
109109

110-
if ($input->getOption('upgrade')) {
110+
// Temporary enable upgrade at build time for testing
111+
//if ($input->getOption('upgrade')) {
111112
$upgradeCommand = new UpgradeTestsCommand();
112113
$upgradeOptions = new ArrayInput([]);
113114
$upgradeCommand->run($upgradeOptions, $output);
114-
}
115+
//}
115116
}
116117

117118
/**

0 commit comments

Comments
 (0)