From a64a617e103983e2423cca2e8e09009d2e571b2b Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 6 Feb 2013 13:02:13 -0800 Subject: Add a herald with version string to smbtorture Signed-off-by: Richard Sharpe Reviewed-by: Andreas Schneider Autobuild-User(master): Richard Sharpe Autobuild-Date(master): Wed Feb 13 08:03:21 CET 2013 on sn-devel-104 --- source4/torture/smbtorture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index 95f0719605..1a1fa348b7 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -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); -- cgit