tests/test-check-code.t
changeset 30541 342d0cb4f446
parent 30540 d955cebd8d6a
child 30633 fd244e047ec0
equal deleted inserted replaced
30540:d955cebd8d6a 30541:342d0cb4f446
    32   >>> for i, command in enumerate(scommands):
    32   >>> for i, command in enumerate(scommands):
    33   ...     if command != commands[i]:
    33   ...     if command != commands[i]:
    34   ...         print('commands in debugcommands.py not sorted; first differing '
    34   ...         print('commands in debugcommands.py not sorted; first differing '
    35   ...               'command is %s; expected %s' % (commands[i], command))
    35   ...               'command is %s; expected %s' % (commands[i], command))
    36   ...         break
    36   ...         break
    37   commands in debugcommands.py not sorted; first differing command is debugbuilddag; expected debugapplystreamclonebundle