contrib/automation/hgautomation/cli.py
changeset 43018 d1d919f679f7
parent 42907 92593d72e10b
child 43055 b8df6a470bbb
equal deleted inserted replaced
43017:6952d42f9158 43018:d1d919f679f7
   350     )
   350     )
   351     sp.add_argument(
   351     sp.add_argument(
   352         '--distro',
   352         '--distro',
   353         help='Linux distribution to run tests on',
   353         help='Linux distribution to run tests on',
   354         choices=linux.DISTROS,
   354         choices=linux.DISTROS,
   355         default='debian9',
   355         default='debian10',
   356     )
   356     )
   357     sp.add_argument(
   357     sp.add_argument(
   358         '--filesystem',
   358         '--filesystem',
   359         help='Filesystem type to use',
   359         help='Filesystem type to use',
   360         choices={'btrfs', 'default', 'ext3', 'ext4', 'jfs', 'tmpfs', 'xfs'},
   360         choices={'btrfs', 'default', 'ext3', 'ext4', 'jfs', 'tmpfs', 'xfs'},