mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
make: convenience target to test migrations
This commit is contained in:
parent
364ec4782d
commit
79df42229b
3
Makefile
3
Makefile
@ -498,6 +498,9 @@ push:
|
||||
@git push
|
||||
@git checkout ${CORE_DEVEL}
|
||||
|
||||
migrate:
|
||||
@src/opnsense/mvc/script/run_migrations.php
|
||||
|
||||
test: want-phpunit7-php${CORE_PHP}
|
||||
@if [ "$$(${VERSIONBIN} -v)" != "${CORE_PKGVERSION}" ]; then \
|
||||
echo "Installed version does not match, expected ${CORE_PKGVERSION}"; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user