summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/subunit/tests/sample-two-script.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-08 01:58:42 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-08 02:19:59 +0200
commit3ecde315d3ef6d13ea3811d34deb51f87cdeaa6d (patch)
treeeea36c016044a4c18a590ecaeeb4d462f3b73909 /source4/scripting/python/subunit/tests/sample-two-script.py
parent8da78b732554a88bee0f1dd547e329fe8d82b7f9 (diff)
downloadsamba-3ecde315d3ef6d13ea3811d34deb51f87cdeaa6d.tar.gz
samba-3ecde315d3ef6d13ea3811d34deb51f87cdeaa6d.tar.xz
samba-3ecde315d3ef6d13ea3811d34deb51f87cdeaa6d.zip
Import tests for subunit python module.
Diffstat (limited to 'source4/scripting/python/subunit/tests/sample-two-script.py')
-rwxr-xr-xsource4/scripting/python/subunit/tests/sample-two-script.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/scripting/python/subunit/tests/sample-two-script.py b/source4/scripting/python/subunit/tests/sample-two-script.py
new file mode 100755
index 00000000000..d5550842bf2
--- /dev/null
+++ b/source4/scripting/python/subunit/tests/sample-two-script.py
@@ -0,0 +1,7 @@
+#!/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)