diff options
author | Philip Sargent (laptop) <philip.sargent@gmail.com> | 2021-05-13 23:15:30 +0300 |
---|---|---|
committer | Philip Sargent (laptop) <philip.sargent@gmail.com> | 2021-05-13 23:15:30 +0300 |
commit | 9130160bd64f6ca45b33af592d842eee4c23820e (patch) | |
tree | a428ba8a6ece368a8fc6d7b852260c98d8cce78f /pre-run.sh | |
parent | 6410cc1090977784a84b0337f434933d4b32151e (diff) | |
download | troggle-9130160bd64f6ca45b33af592d842eee4c23820e.tar.gz troggle-9130160bd64f6ca45b33af592d842eee4c23820e.tar.bz2 troggle-9130160bd64f6ca45b33af592d842eee4c23820e.zip |
new tests for CAVERN and SURVEXPORT
Diffstat (limited to 'pre-run.sh')
-rwxr-xr-x | pre-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |