subunit: Import new version.
[kai/samba-autobuild/.git] / lib / subunit / python / subunit / tests / sample-script.py
index 223d2f5d9ff91ff1d0b46a17482b318850ff481c..0ee019ae4aef40411f8903d47969fb0acc4555af 100755 (executable)
@@ -1,5 +1,12 @@
 #!/usr/bin/env python
 import sys
+if len(sys.argv) == 2:
+    # subunit.tests.test_test_protocol.TestExecTestCase.test_sample_method_args 
+    # uses this code path to be sure that the arguments were passed to
+    # sample-script.py
+    print "test fail"
+    print "error fail"
+    sys.exit(0)
 print "test old mcdonald"
 print "success old mcdonald"
 print "test bing crosby"