summaryrefslogtreecommitdiff
path: root/tests/kms-test-formats.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms-test-formats.py')
-rwxr-xr-xtests/kms-test-formats.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/kms-test-formats.py b/tests/kms-test-formats.py
index 5c3bfd4..afc5454 100755
--- a/tests/kms-test-formats.py
+++ b/tests/kms-test-formats.py
@@ -75,4 +75,6 @@ class FormatsTest(kmstest.KMSTest):
else:
self.success()
-FormatsTest().execute()
+
+if __name__ == '__main__':
+ FormatsTest().execute()