Rev 11289: Wait a bit so smbd doesn't have to be killed in file:///home/jelmer/bzr.samba/4.0-perlselftest/

Jelmer Vernooij jelmer at samba.org
Mon Jan 22 23:49:38 GMT 2007


------------------------------------------------------------
revno: 11289
revision-id: jelmer at samba.org-20070122234929-7j7c9h1zx7ot8trj
parent: jelmer at samba.org-20070122225534-wrk4cb9imofhhq39
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 4.0-perlselftest
timestamp: Tue 2007-01-23 00:49:29 +0100
message:
  Wait a bit so smbd doesn't have to be killed
modified:
  source/script/tests/selftest.pl svn-v2:20693 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fselftest.pl
=== modified file 'source/script/tests/selftest.pl'
--- a/source/script/tests/selftest.pl	2007-01-22 22:55:34 +0000
+++ b/source/script/tests/selftest.pl	2007-01-22 23:49:29 +0000
@@ -293,7 +293,7 @@
 my $total = $#todo + 1;
 my $i = 0;
 $| = 1;
-my $result = {};
+$result = {};
 
 foreach (@todo) {
 	$i++;
@@ -318,6 +318,8 @@
 
 close(DATA);
 
+sleep(2);
+
 my $failed = $? >> 8;
 
 if (-f "$ENV{PIDDIR}/smbd.pid" ) {



More information about the samba-cvs mailing list