mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Zblerg debug ain't displayed on the CI
This commit is contained in:
parent
46a902a263
commit
9bf4a12f32
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ def _hook_exec_bash(path, args, chdir, env, return_format, loggers):
|
||||||
_env.update(env)
|
_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...
|
# 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(
|
returncode = call_async_output(
|
||||||
cmd, loggers, shell=True, cwd=chdir,
|
cmd, loggers, shell=True, cwd=chdir,
|
||||||
|
|
Loading…
Add table
Reference in a new issue