We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b06de6 commit df4fc0fCopy full SHA for df4fc0f
java/ql/integration-tests/java/buildless-snapshot-repository/test.py
@@ -13,6 +13,6 @@ def test(codeql, java):
13
_env={"CODEQL_EXTRACTOR_JAVA_OPTION_BUILDLESS_CLASSPATH_FROM_BUILD_FILES": "true"},
14
)
15
finally:
16
- subprocess.call(["pstree"])
+ subprocess.call(["ps", "aux", "-ww"])
17
subprocess.call(["netstat", "-a", "-n", "-p"])
18
repo_server_process.kill()
0 commit comments