From f43ce37c4608667e1b359ebaa46f8baf8c1e2da6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Mon, 23 Jan 2017 09:04:28 +0100
Subject: [PATCH] Fixed Nginx vhosts test.

---
 tests/test_nginx_vhosts.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_nginx_vhosts.py b/tests/test_nginx_vhosts.py
index 52eda4c8..385d41e9 100755
--- a/tests/test_nginx_vhosts.py
+++ b/tests/test_nginx_vhosts.py
@@ -15,6 +15,7 @@ import sys
 nginx_dir = '/etc/nginx/sites-enabled'
 if not os.path.exists(nginx_dir):
     print('Nginx dir does not exists ("%s").' % nginx_dir)
+    sys.exit(0)
 
 # check that Wowza is installed
 wowza_dir = '/usr/local/WowzaStreamingEngine'
-- 
GitLab