mirror of
https://github.com/opnsense/core.git
synced 2026-02-18 18:18:13 -05:00
make: restyle
This commit is contained in:
parent
84437b3812
commit
a0b4e35ea4
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue