Skip to content

Commit e4a6a47

Browse files
demonolockvshepard
andauthored
Add print commands from run (#114)
Co-authored-by: vshepard <v.shepard@postgrespro.ru>
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

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
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy