We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5864fb6 commit 7ab8d12Copy full SHA for 7ab8d12
driver/src/test/java/org/neo4j/driver/v1/util/Neo4jRunner.java
@@ -77,6 +77,7 @@ public class Neo4jRunner
77
/** Global runner controlling a single server, used to avoid having to restart the server between tests */
78
public static synchronized Neo4jRunner getOrCreateGlobalRunner() throws IOException
79
{
80
+ System.out.println( "--- Discovered neoctrl.args: " + System.getProperty( "neoctrl.args" ) );
81
assumeTrue( "BoltKit support unavailable", boltKitAvailable() );
82
if ( globalInstance == null )
83
0 commit comments