Skip to content

Commit 4b4728d

Browse files
committed
Report some system vars from java tests
1 parent f6e356c commit 4b4728d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/com/sun/btrace/BTraceFunctionalTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ public void validate(String stdout, String stderr, int retcode) {
127127
public void testOnMethod() throws Exception {
128128
debugBTrace = true;
129129
debugTestApp = true;
130+
System.err.println("*** JAVA_HOME: " + System.getenv("JAVA_HOME"));
131+
System.err.println("*** PATH: " + System.getenv("PATH"));
130132
test(
131133
"resources.Main",
132134
"traces/OnMethodTest.java",

0 commit comments

Comments
 (0)