diff --git a/tests/test_apt_proxy.py b/tests/test_apt_proxy.py index 48124549799d162de3bbe6da5e75a421f595ac62..5bb7e42f47138758269caee6a5b95c6dd222932e 100755 --- a/tests/test_apt_proxy.py +++ b/tests/test_apt_proxy.py @@ -16,7 +16,7 @@ DEF = '\033[0m' if not os.path.exists('/etc/nginx/sites-enabled/skyreach.conf'): print('Server not running CampusManager, skipping test') - sys.exit(0) + sys.exit(2) os.chdir(os.path.dirname(__file__)) if not os.path.isfile('../utils.py'): diff --git a/tests/test_ssl.py b/tests/test_ssl.py index 17c03bdd74e057f6ee9f3c17c5b10efe618f457b..9e66764da523c36207ab17871ee2e5a793ca09da 100755 --- a/tests/test_ssl.py +++ b/tests/test_ssl.py @@ -16,7 +16,7 @@ DEF = '\033[0m' if not os.path.isdir('/etc/nginx'): print('Nginx not found, skipping test') - sys.exit(0) + sys.exit(2) os.chdir(os.path.dirname(__file__)) if not os.path.isfile('../utils.py'):