Skip to content

Commit 49cb477

Browse files
author
Ivan Gavryshko
committed
MAGETWO-40553: [GITHUB] Update Console Tool Usage for Cache and Index Operations #1440
- removed --all option from testing framework
1 parent 0c41218 commit 49cb477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/performance/framework/Magento/TestFramework/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function reset()
118118
public function reindex()
119119
{
120120
$this->_shell->execute(
121-
'php -f ' . $this->_config->getApplicationBaseDir() . '/bin/magento indexer:reindex --all'
121+
'php -f ' . $this->_config->getApplicationBaseDir() . '/bin/magento indexer:reindex'
122122
);
123123
return $this;
124124
}

0 commit comments

Comments
 (0)