mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
tests: Remove "Running in ..." log message from every CLI call
It's always the same directory, the test's "repo" directory.
This commit is contained in:
committed by
Heikki Linnakangas
parent
da626fb1fa
commit
241dcbf70c
@@ -1400,7 +1400,6 @@ class AbstractNeonCli(abc.ABC):
|
||||
|
||||
args = [bin_neon] + arguments
|
||||
log.info('Running command "{}"'.format(" ".join(args)))
|
||||
log.info(f'Running in "{self.env.repo_dir}"')
|
||||
|
||||
env_vars = os.environ.copy()
|
||||
env_vars["NEON_REPO_DIR"] = str(self.env.repo_dir)
|
||||
|
||||
Reference in New Issue
Block a user