tbrand/neph

Having a (very) verbose mode

Closed this issue · 5 comments

Hi @tbrand,

It could be helpful to display stdout / stderr in addintion of having those logs.

At least it could be helpful to display some informations in the case we do not have access to log files (CI for example).

What do you think ?

Regards,

For example, I do not know what is the cause of my trouble in https://travis-ci.com/the-benchmarker/web-frameworks/jobs/243011230, and such a mode could be useful

Hi @waghanza!

Im under vacation now, so I couldnt see the details.
I will check it after a week! Or ping me then if I forget about this. lol

Ops, sorry for the late reply.

As a workaround, couldn't it be realized like this?

# build and test
neph

if [ $? -ne 0 ]; then
  cat path_to_stdout_log
  cat path_to_stderr_log
  exit -1
fi

Yeah, you're write it could.

Having a real-time logging in not required