summaryrefslogtreecommitdiff
path: root/test/suite/test_backup04.py
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2015-09-13 21:57:42 -0400
committerDon Anderson <dda@ddanderson.com>2015-09-13 21:57:42 -0400
commit0225351bb6d937309f0bccb800c46e72e1aa4b82 (patch)
tree95998c9b83fe07fef1642cc281f814e4f25831f0 /test/suite/test_backup04.py
parent4c663725867d2f9434298d30883c58a0d96deaa9 (diff)
parente1d6886824058b333495236b776b10fcd8fb74ae (diff)
downloadmongo-0225351bb6d937309f0bccb800c46e72e1aa4b82.tar.gz
Merge branch 'develop' into index-create-lsm3
Diffstat (limited to 'test/suite/test_backup04.py')
-rw-r--r--test/suite/test_backup04.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_backup04.py b/test/suite/test_backup04.py
index 47e656cf9b1..a0a52f49817 100644
--- a/test/suite/test_backup04.py
+++ b/test/suite/test_backup04.py
@@ -83,7 +83,7 @@ class test_backup_target(wttest.WiredTigerTestCase, suite_subprocess):
# Compare the original and backed-up files using the wt dump command.
def compare(self, uri, dir_full, dir_incr):
- # print "Compare: full URI: " + uri + " with incremental URI "
+ # print "Compare: full URI: " + uri + " with incremental URI "
if dir_full == None:
full_name='original'
else: