wexpect-venv/tests/exit1.py

6 lines
62 B
Python
Raw Normal View History

import os, sys
print("Hello")
sys.stdout.flush()
os._exit(1)