1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Add a herald with version string to smbtorture

Signed-off-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Richard Sharpe <sharpe@samba.org>
Autobuild-Date(master): Wed Feb 13 08:03:21 CET 2013 on sn-devel-104
This commit is contained in:
Richard Sharpe 2013-02-06 13:02:13 -08:00 committed by Richard Sharpe
parent fa3924f9ea
commit a64a617e10

View File

@ -420,6 +420,8 @@ int main(int argc,char *argv[])
setlinebuf(stdout);
printf("smbtorture %s\n", samba_version_string());
/* we are never interested in SIGPIPE */
BlockSignals(true, SIGPIPE);