Changed to _verify_output

This commit is contained in:
Bruce Eckel 2016-08-26 16:34:59 -06:00
parent 336d85c4cc
commit 27fdeacf4c

View File

@ -370,7 +370,7 @@ configure(subprojects - project(':onjava')) {
task verify(type:Exec) {
description 'Uses Python tool to verify example output'
commandLine 'python', 'verify_output.py'
commandLine 'python', '_verify_output.py'
doFirst {
println("execute 'gradlew run' first")
}