Skip to content

Commit e4a6a47

Browse files
demonolockvshepard
and
vshepard
authored
Add print commands from run (#114)
Co-authored-by: vshepard <[email protected]>
1 parent 2baaf7c commit e4a6a47

File tree

1 file changed

+2
-0
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+2
-0
lines changed

Diff for: testgres/plugins/pg_probackup2/pg_probackup2/app.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import contextlib
22
import importlib
33
import json
4+
import logging
45
import os
56
import re
67
import subprocess
@@ -101,6 +102,7 @@ def run(self, command, gdb=False, old_binary=False, return_id=True, env=None,
101102
print(self.test_class.cmd)
102103

103104
cmdline = [binary_path, *command]
105+
logging.info(' '.join(cmdline))
104106
if gdb is True:
105107
# general test flow for using GDBObj
106108
return GDBobj(cmdline, self.test_class)

0 commit comments

Comments
 (0)