Skip to content

Commit 2e976d1

Browse files
committed
Dump state after test
1 parent ec53b18 commit 2e976d1

File tree

1 file changed

+2
-0
lines changed
  • java/ql/integration-tests/java/buildless-snapshot-repository

1 file changed

+2
-0
lines changed

java/ql/integration-tests/java/buildless-snapshot-repository/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ def test(codeql, java):
1313
_env={"CODEQL_EXTRACTOR_JAVA_OPTION_BUILDLESS_CLASSPATH_FROM_BUILD_FILES": "true"},
1414
)
1515
finally:
16+
subprocess.call(["pstree"])
17+
subprocess.call(["netstat", "-a", "-n", "-p"])
1618
repo_server_process.kill()

0 commit comments

Comments
 (0)