diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/framework.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/framework.py b/test/framework.py index 307da8f22f2..c049b1ae3bf 100644 --- a/test/framework.py +++ b/test/framework.py @@ -218,7 +218,7 @@ def _running_on_centos(): return True if "centos" in os_id.lower() else False -running_on_centos = _running_on_centos +running_on_centos = _running_on_centos() class KeepAliveReporter(object): |