mirror of
https://github.com/samba-team/samba.git
synced 2025-07-26 03:42:04 +03:00
Import tests for subunit python module.
This commit is contained in:
11
source4/scripting/python/subunit/tests/sample-script.py
Executable file
11
source4/scripting/python/subunit/tests/sample-script.py
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
print "test old mcdonald"
|
||||
print "success old mcdonald"
|
||||
print "test bing crosby"
|
||||
print "failure bing crosby ["
|
||||
print "foo.c:53:ERROR invalid state"
|
||||
print "]"
|
||||
print "test an error"
|
||||
print "error an error"
|
||||
sys.exit(0)
|
Reference in New Issue
Block a user