You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run a task on a host without make installed, and even with -vvv, there's no indication anything other than the task itself failed. Would be nice if command not found or something else more descriptive was output
This is an issue affecting restraint in client/server operation. Due to how communication is done, there are some error messages from harness that are being suppressed. Indeed, this should be fixed.
The fix for this is more complicated that adding a print somewhere. Overall, is about fixing logging in client/server, and going further, the communication between client and server needs to be redesign.
I was trying to run a task on a host without make installed, and even with
-vvv
, there's no indication anything other than the task itself failed. Would be nice ifcommand not found
or something else more descriptive was outputThe text was updated successfully, but these errors were encountered: