Merge branch 'feature_1372_support_env_variables' of https://github.com/Exiv2/exiv2 into feature_1372_support_env_variables

This commit is contained in:
LeoHsiao 2020-10-22 23:00:55 +08:00
commit bae5032ba0
2 changed files with 3 additions and 3 deletions

View File

@ -153,8 +153,8 @@ python_tests:
@echo
@echo ---- Running python_tests ----
@echo
@echo bash -c 'cd ../tests; python3 runner.py --verbose'
@bash -c 'cd ../tests; python3 runner.py --verbose'
@echo bash -c 'cd ../tests; python3 runner.py'
@bash -c 'cd ../tests; python3 runner.py'
mostlyclean clean:
rm -rf $(top_srcdir)/test/tmp/*

View File

@ -461,7 +461,7 @@ class Executer:
def run(self):
# Whether to display the command to execute
if Config.exiv2_echo or Config.verbose:
if Config.exiv2_echo:
print('++', ' '.join(self.args))
# Check stdout