summaryrefslogtreecommitdiff
path: root/test/tcl/rep054.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test/tcl/rep054.tcl')
-rw-r--r--test/tcl/rep054.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tcl/rep054.tcl b/test/tcl/rep054.tcl
index ca3799d1..87633972 100644
--- a/test/tcl/rep054.tcl
+++ b/test/tcl/rep054.tcl
@@ -1,6 +1,6 @@
# See the file LICENSE for redistribution information.
#
-# Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.
#
# $Id$
#
@@ -256,4 +256,5 @@ proc rep054_sub { method nentries tnum logset recargs largs } {
error_check_good oldmasterenv_close [$oldmasterenv close] 0
error_check_good clientenv2_close [$clientenv2 close] 0
replclose $testdir/MSGQUEUEDIR
+ puts "\tRep$tnum.j: All envs closed."
}