From b49512eb40283e1ffb494897e691ffdd2c67cc68 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Nov 08 2017 22:11:49 +0000 Subject: initialize the exit status var to zero for test_roles script --- diff --git a/bin/test_roles.py b/bin/test_roles.py index e914277..aef27f5 100755 --- a/bin/test_roles.py +++ b/bin/test_roles.py @@ -8,6 +8,7 @@ import os import sys all_roles = ['base'] +status = 0 for sls in os.listdir('pillar/id'): with open("pillar/id/%s" % sls) as f: