diff --git a/LibreNMS/Util/CiHelper.php b/LibreNMS/Util/CiHelper.php index b2fdc7221d29..665f3c2ec757 100644 --- a/LibreNMS/Util/CiHelper.php +++ b/LibreNMS/Util/CiHelper.php @@ -225,7 +225,7 @@ public function checkUnit(): int array_push($phpunit_cmd, '--group', 'svg'); } elseif ($this->flags['unit_modules'] || $this->flags['os-modules-only']) { if ($this->flags['os-modules-only']) { - array_push($phpunit_cmd, '--filter', "/::testOS /"); + array_push($phpunit_cmd, '--filter', '/::testOS /'); } $phpunit_cmd[] = 'tests/OSModulesTest.php'; }