mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Revert "GP-0 experiment with test failure setting"
This reverts commit c905c203f0
.
This commit is contained in:
parent
33e4d54062
commit
92d6f6b088
1 changed files with 1 additions and 6 deletions
|
@ -140,12 +140,7 @@ def initTestJVM(Task task, String rootDirName) {
|
||||||
mkdir testOutputDir
|
mkdir testOutputDir
|
||||||
}
|
}
|
||||||
// If false, testing will halt when an error is found.
|
// If false, testing will halt when an error is found.
|
||||||
// TODO: test.java provides test task for nightly jUnits - setting this
|
task.ignoreFailures true
|
||||||
// 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
|
|
||||||
|
|
||||||
// If false, then tests are re-run every time, even if no code has changed.
|
// If false, then tests are re-run every time, even if no code has changed.
|
||||||
task.outputs.upToDateWhen {false}
|
task.outputs.upToDateWhen {false}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue