Changed to _verify_output
This commit is contained in:
parent
336d85c4cc
commit
27fdeacf4c
@ -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")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user