diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-30 12:37:01 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-01 16:09:58 +1100 |
commit | 0b2ec0abb98d6ce1198a2addb802afae2711eaad (patch) | |
tree | e12b9892864efbbabc654c21c6dfe89f72f46e00 /wintest/test-s4-howto.py | |
parent | 86c3c427456431d49529a358e3f754b1fa812b6e (diff) | |
download | samba-0b2ec0abb98d6ce1198a2addb802afae2711eaad.tar.gz samba-0b2ec0abb98d6ce1198a2addb802afae2711eaad.tar.bz2 samba-0b2ec0abb98d6ce1198a2addb802afae2711eaad.zip |
wintest Make the new --vms option default to running all tests.
Andrew Bartlett
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-x | wintest/test-s4-howto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 800f22eb5d..d04cabbb3e 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -816,7 +816,7 @@ if __name__ == '__main__': parser = optparse.OptionParser("test-howto.py") parser.add_option("--conf", type='string', default='', help='config file') parser.add_option("--skip", type='string', default='', help='list of steps to skip (comma separated)') - parser.add_option("--vms", type='string', default='', help='list of VMs to use (comma separated)') + parser.add_option("--vms", type='string', default=None, help='list of VMs to use (comma separated)') parser.add_option("--list", action='store_true', default=False, help='list the available steps') parser.add_option("--rebase", action='store_true', default=False, help='do a git pull --rebase') parser.add_option("--clean", action='store_true', default=False, help='clean the tree') |