summaryrefslogtreecommitdiffstats
path: root/python/mozperftest/mozperftest/tests/data/hook.py
blob: a49406e1505eef70b7ffd42b98399aedb96d5197 (plain)
1
2
3
4
5
6
7
def doit(env):
    return "OK"


def on_exception(env, layer, exc):
    # swallow the error and abort the run
    return False