提交 352bc770 编写于 作者: T Tom Rini
...@@ -74,8 +74,11 @@ specified by tags you place in the commits. Use -n to do a dry run first.""" ...@@ -74,8 +74,11 @@ specified by tags you place in the commits. Use -n to do a dry run first."""
settings.Setup(parser, options.project, '') settings.Setup(parser, options.project, '')
(options, args) = parser.parse_args() (options, args) = parser.parse_args()
if __name__ != "__main__":
pass
# Run our meagre tests # Run our meagre tests
if options.test: elif options.test:
import doctest import doctest
sys.argv = [sys.argv[0]] sys.argv = [sys.argv[0]]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册