summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 14:05:10 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 14:05:10 +0200
commitb4696b8a68eaaca644ecf799666c268c32ab6500 (patch)
treedecc2671064fe039a1fb3559817c391148c7c50d /Makefile.example
parenta39de3c54cf2f76cd40dd83a0f780e8780267c0c (diff)
downloadIshtar-b4696b8a68eaaca644ecf799666c268c32ab6500.tar.bz2
Ishtar-b4696b8a68eaaca644ecf799666c268c32ab6500.zip
CI: debug hosts
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example
index 586055e90..cbcbbf069 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -48,6 +48,7 @@ test: clean
cd $(project); $(PYTHON) manage.py test $(apps)
test_gitlab: clean
+ cat /etc/hosts;
cd $(project); $(PYTHON) manage.py test $(apps)
pep8: