Skip to content

Instantly share code, notes, and snippets.

@tomekw
Created August 29, 2018 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomekw/1ecb57540f13563d5444612290ae48b6 to your computer and use it in GitHub Desktop.
Save tomekw/1ecb57540f13563d5444612290ae48b6 to your computer and use it in GitHub Desktop.
$ ./gradlew test
> Task :test FAILED
com._98elements.CalculatorSpec > adds 2 to 2 FAILED
org.opentest4j.AssertionFailedError at CalculatorSpec.kt:11
3 tests completed, 1 failed
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///Users/tomek/depot/personal/calculator/build/reports/tests/test/index.html
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2s
3 actionable tasks: 2 executed, 1 up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment