summaryrefslogtreecommitdiff
path: root/test/suite/test_compact01.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_compact01.py')
-rw-r--r--test/suite/test_compact01.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_compact01.py b/test/suite/test_compact01.py
index 183d75f9d31..861e957d18d 100644
--- a/test/suite/test_compact01.py
+++ b/test/suite/test_compact01.py
@@ -100,6 +100,5 @@ class test_compact(wttest.WiredTigerTestCase, suite_subprocess):
self.assertLess(stat_cursor[stat.dsrc.btree_row_leaf][2], self.maxpages)
stat_cursor.close()
-
if __name__ == '__main__':
wttest.run()