libiscsi icon indicating copy to clipboard operation
libiscsi copied to clipboard

XML output is less verbose than regular output

Open mykaul opened this issue 10 years ago • 0 comments

Where with '-v' you see some nice and well understood failure messages, with '-x' you just get the asserts. For example: test_verify12_simple.c:52: CU_ASSERT_EQUAL(ret,0) In the XML, compared to: VERIFY12 command: failed with sense. SENSE KEY:ILLEGAL_REQUEST(5) ASCQ:(null)(0x4900) With '-v'.

At least JUNIT supports both stdout and stderr outputs. Not sure about CUnit's XML format.

It means that failed jobs have to be re-run again to check the error, which is a bit of waste of time.

mykaul avatar Mar 25 '14 21:03 mykaul