Skip to content
Snippets Groups Projects
Commit 352bc770 authored by Tom Rini's avatar Tom Rini
Browse files
parents dad17fd5 9649e152
No related branches found
No related tags found
No related merge requests found
......@@ -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, '')
(options, args) = parser.parse_args()
if __name__ != "__main__":
pass
# Run our meagre tests
if options.test:
elif options.test:
import doctest
sys.argv = [sys.argv[0]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment