Skip to content

Commit e49fb83

Browse files
oscarsjredsun82
andauthored
Update java/ql/integration-tests/java/buildless-inherit-trust-store/test.py
Co-authored-by: Paolo Tranquilli <[email protected]>
1 parent b5e1b25 commit e49fb83

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/java/buildless-inherit-trust-store

1 file changed

+1
-1
lines changed

java/ql/integration-tests/java/buildless-inherit-trust-store/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test(codeql, java, cwd):
88
command = ["python3", "../server.py"]
99
if runs_on.github_actions and runs_on.posix:
1010
# On GitHub Actions, we try to run the server with higher priority
11-
command = ["sudo", "nice", "-n", "10"] + command
11+
command = ["sudo"] + command
1212
repo_server_process = subprocess.Popen(command, cwd="repo")
1313
certspath = cwd / "jdk8_shipped_cacerts_plus_cert_pem"
1414
# If we override MAVEN_OPTS, we'll break cross-test maven isolation, so we need to append to it instead

0 commit comments

Comments
 (0)