Skip to content

Commit ee8c897

Browse files
authored
add ability to print out additional debug information for cypher-tests (#121)
1 parent 9072722 commit ee8c897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/org/neo4j/graphql/utils/CypherTestSuite.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ class CypherTestSuite(fileName: String) : AsciiDocTestSuite(fileName) {
104104
}
105105

106106
companion object {
107-
const val DEBUG = false
107+
val DEBUG = System.getProperty("neo4j-graphql-java.debug", "false") == "true"
108108
}
109109
}

0 commit comments

Comments
 (0)