ldb build: Remove some PEP8 warnings from wscript
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 16 Mar 2020 21:12:49 +0000 (10:12 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 22 Mar 2020 04:39:36 +0000 (04:39 +0000)
Fix indentation of list members and fix lines > 79 characters to remove
PEP8 warnings.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/wscript

index 7e3c5ad45cb9c378e98898296166cef885d3d77c..6dbd88aa304f0be242aa81399c62e2b50a332ca7 100644 (file)
@@ -630,13 +630,13 @@ def test(ctx):
 
     if env.HAVE_LMDB:
         test_exes += ['ldb_mdb_mod_op_test',
-                     'ldb_lmdb_test',
-                     # we don't want to run ldb_lmdb_size_test (which proves we can
-                     # fit > 4G of data into the DB), it would fill up the disk on
-                     # many of our test instances
-                     'ldb_mdb_kv_ops_test',
-                     'ldb_key_value_sub_txn_mdb_test',
-                     'ldb_lmdb_free_list_test']
+                      'ldb_lmdb_test',
+                      # we don't want to run ldb_lmdb_size_test (which proves
+                      # we can fit > 4G of data into the DB), it would fill up
+                      # the disk on many of our test instances
+                      'ldb_mdb_kv_ops_test',
+                      'ldb_key_value_sub_txn_mdb_test',
+                      'ldb_lmdb_free_list_test']
     else:
         test_exes += ['ldb_no_lmdb_test']