Small debug line to try to understand why the test are failing on the CI

This commit is contained in:
Alexandre Aubin 2021-01-03 23:02:57 +01:00
parent cdb1d83eae
commit fee888d330

View file

@ -400,6 +400,9 @@ def _hook_exec_bash(path, args, chdir, env, return_format, loggers):
_env = os.environ.copy()
_env.update(env)
# FIXME : this is a temporary debug to better understand why the test are failing on the CI but not when ran manually...
logger.debug(_env)
returncode = call_async_output(
cmd, loggers, shell=True, cwd=chdir,
stdinfo=stdinfo, env=_env