Skip to content

Commit 7ab8d12

Browse files
committed
Print neoctrl.args to stdout for debugging
1 parent 5864fb6 commit 7ab8d12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/Neo4jRunner.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public class Neo4jRunner
7777
/** Global runner controlling a single server, used to avoid having to restart the server between tests */
7878
public static synchronized Neo4jRunner getOrCreateGlobalRunner() throws IOException
7979
{
80+
System.out.println( "--- Discovered neoctrl.args: " + System.getProperty( "neoctrl.args" ) );
8081
assumeTrue( "BoltKit support unavailable", boltKitAvailable() );
8182
if ( globalInstance == null )
8283
{

0 commit comments

Comments
 (0)