adoroszlai commented on pull request #2399:
URL: https://github.com/apache/ozone/pull/2399#issuecomment-877161023


   @mukul1987 The doc says: full error messages are always visible in log files 
as messages of the failed keywords.  Do we really need the full error in 
regular output, too?
   
   Try this test:
   
   ```robotframework
   *** Settings ***
   Library    OperatingSystem
   
   *** Test Cases ***
   Long message
       ${rc}    ${output} =    Run And Return Rc And Output    cat /etc/passwd
       Should Contain    ${output}    asdfqwerty
   ```
   
   `output.xml` would have the complete message (`'... (full contents of 
/etc/passwd)' does not contain 'asdfqwerty'`).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to