Zblerg debug ain't displayed on the CI

This commit is contained in:
Alexandre Aubin 2021-01-03 23:26:46 +01:00
parent 46a902a263
commit 9bf4a12f32

View file

@ -402,7 +402,7 @@ def _hook_exec_bash(path, args, chdir, env, return_format, loggers):
_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)
logger.warning(_env)
returncode = call_async_output(
cmd, loggers, shell=True, cwd=chdir,