Visual gdb return 0 on a failed unit test

Sysprogs forums Forums VisualGDB Visual gdb return 0 on a failed unit test

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26731
    Markg
    Participant

    Hello,

    We are integrating our unit tests into our jenkins environment, but on a failed unit test the visualgdb executer returns 0 (succes) Is there a way that visualgdb returns a failure so this can be detected by jenkins?

    Regards,

    Mark

    #26738
    support
    Keymaster

    The return code of 0 means that the there was no critical error preventing VisualGDB from launching the tests. You can find out the specific tests that succeeded/failed by analyzing the report file generated by either /output or /vsoutput option (see this thread).

    If this doesn’t help, please let us know what exactly you are trying to accomplish and we will try to suggest the best setup for it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.