Skip to content
Extraits de code Groupes Projets
Valider b043a19c rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #5940 execute file relative from piwik directory and not from phpunit dir [ci-skip]

parent 4c82ca21
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -89,6 +89,10 @@ class TestsRun extends ConsoleCommand ...@@ -89,6 +89,10 @@ class TestsRun extends ConsoleCommand
private function executeTestFile($testFile, $options, $command, OutputInterface $output) private function executeTestFile($testFile, $options, $command, OutputInterface $output)
{ {
if ('/' !== substr($testFile, 0, 1)) {
$testFile = '../../' . $testFile;
}
$params = $options . " " . $testFile; $params = $options . " " . $testFile;
$cmd = $this->getCommand($command, $params); $cmd = $this->getCommand($command, $params);
$output->writeln('Executing command: <info>' . $cmd . '</info>'); $output->writeln('Executing command: <info>' . $cmd . '</info>');
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter