summaryrefslogtreecommitdiffstats
path: root/pre-run.sh
diff options
context:
space:
mode:
authorPhilip Sargent (laptop) <philip.sargent@gmail.com>2021-05-13 23:15:30 +0300
committerPhilip Sargent (laptop) <philip.sargent@gmail.com>2021-05-13 23:15:30 +0300
commit9130160bd64f6ca45b33af592d842eee4c23820e (patch)
treea428ba8a6ece368a8fc6d7b852260c98d8cce78f /pre-run.sh
parent6410cc1090977784a84b0337f434933d4b32151e (diff)
downloadtroggle-9130160bd64f6ca45b33af592d842eee4c23820e.tar.gz
troggle-9130160bd64f6ca45b33af592d842eee4c23820e.tar.bz2
troggle-9130160bd64f6ca45b33af592d842eee4c23820e.zip
new tests for CAVERN and SURVEXPORT
Diffstat (limited to 'pre-run.sh')
-rwxr-xr-xpre-run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pre-run.sh b/pre-run.sh
index 53e3c1c..8f31bee 100755
--- a/pre-run.sh
+++ b/pre-run.sh
@@ -16,6 +16,7 @@ find . -name \*.py -print0 | xargs -0 egrep -vc "#|^\s*$" | grep -v ":0$" | gr
python3 reset-django.py
echo After cleanup deletion, remake all migrations.
python3 manage.py makemigrations >/dev/null
+python3 manage.py migrate
python3 manage.py test
python3 manage.py check -v 3 --deploy 2>security-warnings.txt >/dev/null
python3 manage.py check -v 3 --deploy