make: restyle

This commit is contained in:
Franco Fichtner 2024-10-13 14:18:05 +02:00
parent 84437b3812
commit a0b4e35ea4

View file

@ -558,8 +558,7 @@ test: debug
echo "Installed version does not match, expected ${CORE_PKGVERSION}"; \
exit 1; \
fi
@cd ${.CURDIR}/src/opnsense/mvc/tests && \
phpunit || true; \
@cd ${.CURDIR}/src/opnsense/mvc/tests && phpunit || true; \
rm -f .phpunit.result.cache
checkout: