summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 20:45:42 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 20:45:42 +0200
commitec6c148d41c2afc76fc2bf3841c2ff9f223dc46f (patch)
treec3df2171f7e6735c70cace405b0339e614c79739 /Makefile.example
parent0a59b2594a08882da78faafef9286e3479aa0028 (diff)
downloadIshtar-ec6c148d41c2afc76fc2bf3841c2ff9f223dc46f.tar.bz2
Ishtar-ec6c148d41c2afc76fc2bf3841c2ff9f223dc46f.zip
CI: remove debug instructions
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.example b/Makefile.example
index a6a4d523d..e1f0141bb 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -51,9 +51,9 @@ test_gitlab: clean
# test migrations
cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null
# only necessary on master
- cd $(project); $(PYTHON) ./manage.py migrate ishtar_common 2> /dev/null > /dev/null
- cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations 2> /dev/null > /dev/null
- cd $(project); $(PYTHON) ./manage.py migrate 2> /dev/null > /dev/null
+ cd $(project); $(PYTHON) ./manage.py migrate ishtar_common
+ cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations
+ cd $(project); $(PYTHON) ./manage.py migrate
cd $(project); $(PYTHON) manage.py test $(apps)
pep8: