Files
deb-subunit/python/subunit/tests/sample-two-script.py
Robert Collins 4ea90f04f1 * Python3 support regressed in trunk.
(Arfrever Frehtes Taifersar Arahesis, #987514)
2012-05-08 07:36:05 +12:00

8 lines
157 B
Python
Executable File

#!/usr/bin/env python
import sys
print("test old mcdonald")
print("success old mcdonald")
print("test bing crosby")
print("success bing crosby")
sys.exit(0)