view tests/helper-killhook.py @ 48326:141e38ef8d8f stable

tests: dd status=noxfer is not portable (issue6523) Differential Revision: https://phab.mercurial-scm.org/D11754
author Thomas Klausner <wiz@gatalith.at>
date Mon, 15 Nov 2021 12:03:28 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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