mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
Merge git://git.denx.de/u-boot-x86
This commit is contained in:
commit
352bc77054
1 changed files with 4 additions and 1 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Reference in a new issue