-
Notifications
You must be signed in to change notification settings - Fork 25
CI: Print error reports when tests fail #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dd6691a to
9c8805d
Compare
|
can we make this an option? I run on the commandline a lot and this will really clutter things up. |
|
Yes, absolutely no problem :) Do you like to propose/push an option for it? |
|
what about just adding a general |
|
Sounds good to me, that would be on for our CI / non-interactive mode then :) |
|
With regards to #106: We could also add printing of |
|
Option added in #116 :) |
|
I think we need to merge |
Print compilation messages and script output messages when they fail. This is needed for CI to spot the underlying error. Port of ECP-WarpX@8abcbe3 by @RemiLehe Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
4a148c4 to
b483c36
Compare
|
Thx, yes rebased now :) |
b483c36 to
97b87e3
Compare
|
@zingale thx, updated :) |
Print compilation messages and script output messages when
they fail. This is needed for CI to spot the underlying error.
Port of ECP-WarpX@8abcbe3 by @RemiLehe
ping @EZoni