Hi again

I have trouble understanding how to run the unit tests that we write - like
test.s4.TestCircularFifoBuffer. gradle tasks tells me I should run 'gradle
test'. When I run gradle test, it fails with the following output. Please
help.

kkambatl@keka:~/code/s4-piper$ gradle test
:s4-base:compileJava UP-TO-DATE
:s4-base:processResources UP-TO-DATE
:s4-base:classes UP-TO-DATE
:s4-base:compileTestJava UP-TO-DATE
:s4-base:processTestResources UP-TO-DATE
:s4-base:testClasses UP-TO-DATE
:s4-base:test

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':s4-base:test'.
Cause: Could not generate test report to
'/home/kkambatl/code/s4-piper/subprojects/s4-base/build/reports/tests'.
Cause: java.lang.NullPointerException (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output.

BUILD FAILED

Total time: 13.179 secs

Thanks much,
Karthik

Reply via email to