[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-607-g50c3c14

Shawn Moore sartak at bestpractical.com
Thu Aug 26 23:59:42 EDT 2010


The branch, 3.9-trunk has been updated
       via  50c3c147d6f31ae66e7637fae4cb50342cdbe39f (commit)
      from  c02bd22ec08257ea19f16fc436a80dee4e1ae1f1 (commit)

Summary of changes:
 lib/RT/Test.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 50c3c147d6f31ae66e7637fae4cb50342cdbe39f
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Aug 26 23:44:12 2010 -0400

    Clear @SERVERS when we stop the server
    
        This incidentally silences a warning in t/web/requestor_groups_limit.t :)

diff --git a/lib/RT/Test.pm b/lib/RT/Test.pm
index 546dd48..448e5d0 100644
--- a/lib/RT/Test.pm
+++ b/lib/RT/Test.pm
@@ -1242,6 +1242,8 @@ sub stop_server {
     foreach my $pid (@SERVERS) {
         waitpid $pid, 0;
     }
+
+    @SERVERS = ();
 }
 
 sub file_content {

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


More information about the Rt-commit mailing list