1
0
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:
Jelmer Vernooij
2008-10-08 01:58:42 +02:00
parent 8da78b7325
commit 3ecde315d3
6 changed files with 854 additions and 0 deletions

View 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)