Skip to content

Commit ca0d551

Browse files
committed
Update
1 parent df4fc0f commit ca0d551

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
@@ -14,5 +14,5 @@ def test(codeql, java):
1414
)
1515
finally:
1616
subprocess.call(["ps", "aux", "-ww"])
17-
subprocess.call(["netstat", "-a", "-n", "-p"])
17+
subprocess.call(["netstat", "-anv"])
1818
repo_server_process.kill()

0 commit comments

Comments
 (0)