summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 11:34:27 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 11:34:27 +0200
commitba0e0927e14a491f45d6ec86f42eb83c8c60a711 (patch)
treee01b73ded4430f01f2cfa7792da8b4f3f3582ff8 /Makefile.example
parent32f081f12325b519e6a77182cb3073970647538c (diff)
downloadIshtar-ba0e0927e14a491f45d6ec86f42eb83c8c60a711.tar.bz2
Ishtar-ba0e0927e14a491f45d6ec86f42eb83c8c60a711.zip
CI: see syncdb output
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index 0cf4216e8..4febeea65 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -49,7 +49,7 @@ test: clean
test_gitlab: clean
# test migrations
- cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null
+ cd $(project); $(PYTHON) ./manage.py syncdb --noinput
# only necessary on master
cd $(project); $(PYTHON) ./manage.py migrate ishtar_common
cd $(project); $(PYTHON) ./manage.py migrate archaeological_files 0013