view tests/helper-killhook.py @ 47923:c89ddef6474d

tests: normalize the way some debug output it matched Differential Revision: https://phab.mercurial-scm.org/D11361
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Fri, 27 Aug 2021 09:09:10 -0400
parents 21ed126bab53
children
line wrap: on
line source

import os


def killme(ui, repo, hooktype, **wkargs):
    os._exit(80)