Skip to content

Commit 45133a4

Browse files
committed
switch to verify_output.py
1 parent 873637c commit 45133a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ configure(subprojects - project(':onjava')) {
187187

188188
task verify(type:Exec) {
189189
println("execute 'gradlew run' first")
190-
commandLine 'python', 'test_output.py'
190+
commandLine 'python', 'verify_output.py'
191191
}

0 commit comments

Comments
 (0)