summaryrefslogtreecommitdiff
path: root/tests/kms-test-connectors.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms-test-connectors.py')
-rwxr-xr-xtests/kms-test-connectors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms-test-connectors.py b/tests/kms-test-connectors.py
index d2ca636..fdbe8bd 100755
--- a/tests/kms-test-connectors.py
+++ b/tests/kms-test-connectors.py
@@ -27,4 +27,5 @@ class ConnectorsTest(kmstest.KMSTest):
self.success()
-ConnectorsTest().execute()
+if __name__ == '__main__':
+ ConnectorsTest().execute()