Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save osscontributor/2f9c3da3ff6c62d3bf79c2d4d14596a6 to your computer and use it in GitHub Desktop.
Save osscontributor/2f9c3da3ff6c62d3bf79c2d4d14596a6 to your computer and use it in GitHub Desktop.
~ $ git clone git@github.com:jeffbrown/zaidkhandomaintest.git
Cloning into 'zaidkhandomaintest'...
remote: Enumerating objects: 111, done.
remote: Counting objects: 100% (111/111), done.
remote: Compressing objects: 100% (86/86), done.
remote: Total 111 (delta 11), reused 111 (delta 11), pack-reused 0
Receiving objects: 100% (111/111), 627.88 KiB | 3.09 MiB/s, done.
Resolving deltas: 100% (11/11), done.
~ $
~ $
~ $ cd zaidkhandomaintest
zaidkhandomaintest (main)$
zaidkhandomaintest (main)$ ./gradlew test
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :compileGroovy
> Task :test
zaidkhandomaintest.PersonSpec > test something FAILED
org.spockframework.runtime.SpockComparisonFailure at PersonSpec.groovy:16
1 test completed, 1 failed
> Task :test 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/jeffscottbrown/zaidkhandomaintest/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 20s
7 actionable tasks: 7 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment