Skip to content

Commit

Permalink
lmc-eu#12 correct filtering status output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zverina committed Jun 3, 2015
1 parent 7965ec6 commit b0a1a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Process/ProcessSetCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct(
*/
public function createFromFiles(Finder $files, array $groups = null, array $excludeGroups = null, $filter = null)
{
if ($groups || $excludeGroups) {
if ($groups || $excludeGroups || $filter) {
$this->output->writeln('Filtering testcases:');
}
if ($groups) {
Expand Down

0 comments on commit b0a1a79

Please sign in to comment.