Skip to content

Commit df4fc0f

Browse files
committed
Update
1 parent 5b06de6 commit df4fc0f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +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"])
16+
subprocess.call(["ps", "aux", "-ww"])
1717
subprocess.call(["netstat", "-a", "-n", "-p"])
1818
repo_server_process.kill()

0 commit comments

Comments
 (0)