1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
Jelmer Vernooij
411ed1194a r19352: Oops, missed a few changes...
(This used to be commit 73f1d93780)
2007-10-10 14:21:15 -05:00
Jelmer Vernooij
d490e27304 r19346: AF_LOCAL isn't defined on all platforms.
(This used to be commit e9bd6f28d8)
2007-10-10 14:21:14 -05:00
Jelmer Vernooij
52e3f69a36 r19343: Add support for external scripts/binaries that write results using the
'subunit' protocol. This allows us to easily plug EJS scripts or binaries that
can't depend on -ltorture into smbtorture. The protocol is very simple:

- write "comments" to stderr

Example output on stdout:
test: foo
success: foo
test: bar
success: bar
test: blah
failure: blah [
dummy.c:30: Expression 1 != 2 failed!
]
test: blie
skip: blie [
Iconv support not built in
]

I've already converted the talloc testsuite.
(This used to be commit e1742c14a2)
2007-10-10 14:21:13 -05:00