summaryrefslogtreecommitdiff
path: root/buildscripts/hang_analyzer.py
blob: 9fdfe7b186ad63eff57d8ded3c6ec221c430ee2b (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
"""Stub file pointing users to the new invocation."""

if __name__ == "__main__":
    print(
        "Hello! It seems you've executed 'buildscripts/hang_analyzer.py'. We have recently\n"
        "repackaged the hang analyzer as a subcommand of resmoke. It can now be invoked as\n"
        "'./buildscripts/resmoke.py hang-analyzer' with all of the same arguments as before."
    )