------------------------------------------------------------
revno: 11289
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]
=== 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" ) {

Reply via email to