Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Output tycho-surefire test failures to console

My test fails (flakily) on our Travis CI server but does not show me
the assertion messages. Instead I see

[ERROR] Please refer to
/home/travis/build/GoogleCloudPlatform/google-cloud-eclipse/plugins/com.google.cloud.tools.eclipse.integration.appengine/target/surefire-reports
for the individual test results.

I know which test failed and what line it failed at but not what the
assertion message is.

With regular surefire I do this:

http://stackoverflow.com/questions/8180315/output-failed-test-details-to-stdout-using-maven-surefire

How do I configure test failures to go to the console with
tycho-surefire? Thanks.

-- 
Elliotte Rusty Harold
elharo@xxxxxxxxxxx


Back to the top