Files
mongo/buildscripts/hang_analyzer.py
Mark Benvenuto 4adee3fa86 SERVER-14181: Test Hang Analyzer
Add a stub hang_analyzer.py for MCI to integrate with.
2014-07-02 14:54:28 -04:00

7 lines
103 B
Python
Executable File

#!/usr/bin/env python
# Stub Script for MCI to call
print("Hang_Analyzer was successfully called.")