Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80e8858

Browse files
committed
Fix broken in da5eb96 tests.validate.ValidateTest.test_basic_validate_nullified_heap_page_backup
1 parent 21abadf commit 80e8858

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/helpers/ptrack_helpers.py

-6
Original file line numberDiff line numberDiff line change
@@ -980,12 +980,6 @@ def backup_node(
980980
if not old_binary:
981981
cmd_list += ['--no-sync']
982982

983-
if self.verbose:
984-
cmd_list += [
985-
'--log-level-file=VERBOSE',
986-
'--log-directory={0}'.format(node.logs_dir)
987-
]
988-
989983
return self.run_pb(cmd_list + options, asynchronous, gdb, old_binary, return_id, env=env)
990984

991985
def checkdb_node(

0 commit comments

Comments
 (0)