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:
Heikki Linnakangas
2024-02-10 10:50:52 +02:00
committed by Heikki Linnakangas
parent da626fb1fa
commit 241dcbf70c

View File

@@ -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)