[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2368-g57cd98d

Jelmer Vernooij jelmer at samba.org
Wed Jun 17 19:42:35 GMT 2009


The branch, master has been updated
       via  57cd98de7214d31b1d491382a4ece99a90ac27dc (commit)
      from  43b7a0e34eff2bf0d4c713072228b2bf66882bd9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 57cd98de7214d31b1d491382a4ece99a90ac27dc
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Jun 17 21:37:49 2009 +0200

    selftest: report time after testsuite, gives nicer output on the
    buildfarm.

-----------------------------------------------------------------------

Summary of changes:
 selftest/selftest.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 3094f78..e0ea91d 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -217,8 +217,8 @@ sub run_testsuite($$$$$)
 	my ($envname, $name, $cmd, $i, $totalsuites) = @_;
 	my $pcap_file = setup_pcap($name);
 
-	Subunit::report_time(time());
 	Subunit::start_testsuite($name);
+	Subunit::report_time(time());
 
 	open(RESULTS, "$cmd 2>&1|");
 	my $statistics = {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list