| Index: native_client_sdk/src/tools/zip_test.py
|
| diff --git a/native_client_sdk/src/tools/zip_test.py b/native_client_sdk/src/tools/zip_test.py
|
| old mode 100644
|
| new mode 100755
|
| index 5cb26e38183fa5663e7150a313a7f614c99e4072..76dffba01c10482ebe6a417fcc277d7939bfb634
|
| --- a/native_client_sdk/src/tools/zip_test.py
|
| +++ b/native_client_sdk/src/tools/zip_test.py
|
| @@ -188,5 +188,6 @@ def main():
|
| result = unittest.TextTestRunner(verbosity=2).run(suite)
|
| return int(not result.wasSuccessful())
|
|
|
| +
|
| if __name__=='__main__':
|
| sys.exit(main())
|
|
|