diff options
Diffstat (limited to 'tests/kms-test-routing.py')
-rwxr-xr-x | tests/kms-test-routing.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms-test-routing.py b/tests/kms-test-routing.py index 68aff9c..ccf61d8 100755 --- a/tests/kms-test-routing.py +++ b/tests/kms-test-routing.py @@ -141,4 +141,5 @@ class RoutingTest(kmstest.KMSTest): return allocated -RoutingTest().execute() +if __name__ == '__main__': + RoutingTest().execute() |