Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4a6a47

Browse files
demonolockvshepard
and
vshepard
authored
Add print commands from run (#114)
Co-authored-by: vshepard <v.shepard@postgrespro.ru>
1 parent2baaf7c commite4a6a47

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
importcontextlib
22
importimportlib
33
importjson
4+
importlogging
45
importos
56
importre
67
importsubprocess
@@ -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
ifgdbisTrue:
105107
# general test flow for using GDBObj
106108
returnGDBobj(cmdline,self.test_class)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp