[bisq-network/bisq] [WIP] Learning to config travic-ci to print gradle test reports (#4810)

Stan notifications at github.com
Sat Nov 14 21:44:25 CET 2020


All done.

Appending the following to the yaml config file prints the gradle test report, including stdout, for a single test case:

```
after_script:
    - pwd
    - ls -l core/build/reports/tests/test/classes/bisq.core.util.ProtoUtilTest.html
    - cat core/build/reports/tests/test/classes/bisq.core.util.ProtoUtilTest.html

```

I needed to do this because a test case that was failing only on Travis CI, with no way to see the test case's stdout/stderr.  This will help me debug when I check it in again.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4810#issuecomment-727262869
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201114/4ad3f425/attachment.html>


More information about the bisq-github mailing list