mirror of
https://github.com/samba-team/samba.git
synced 2025-07-18 00:59:12 +03:00
Import tests for subunit python module.
This commit is contained in:
7
source4/scripting/python/subunit/tests/sample-two-script.py
Executable file
7
source4/scripting/python/subunit/tests/sample-two-script.py
Executable file
@ -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)
|
Reference in New Issue
Block a user