tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 08 Mar 2023 00:46:53 +0100
branchstable
changeset 50273 5069a89a936e
parent 47284 21ed126bab53
permissions -rw-r--r--
tests: fix timeout adjustement in delaypush.py Doing integer arithmetic with string is bound to fail.

import os


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