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

Commit528ef15

Browse files
author
vshepard
committed
Add print commands from run
1 parent2baaf7c commit528ef15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎testgres/node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# coding: utf-8
2-
32
importos
43
importrandom
54
importsignal

‎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