Created
August 29, 2018 12:44
-
-
Save tomekw/1ecb57540f13563d5444612290ae48b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./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