Revert "GP-0 experiment with test failure setting"

This reverts commit c905c203f0.
This commit is contained in:
ghidra1 2021-03-18 16:48:35 -04:00
parent 33e4d54062
commit 92d6f6b088

View file

@ -140,12 +140,7 @@ def initTestJVM(Task task, String rootDirName) {
mkdir testOutputDir
}
// If false, testing will halt when an error is found.
// TODO: test.java provides test task for nightly jUnits - setting this
// here can cause sub-project builds to proceed even when tests fail.
// If test report not generated that task could be changed to always
// run even on failure (e.g., options.failOnError(false) )
// task.ignoreFailures true
task.failFast false
task.ignoreFailures true
// If false, then tests are re-run every time, even if no code has changed.
task.outputs.upToDateWhen {false}