Skip to content

Commit e988575

Browse files
committed
Update
1 parent 2538c34 commit e988575

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
@@ -8,6 +8,8 @@ def test(codeql, java):
88
[sys.executable, "-m", "http.server", "9427"], cwd="repo"
99
)
1010
try:
11+
subprocess.call(["curl", "-m", "30", "http://localhost:9427/snapshots"])
12+
subprocess.call(["curl", "-m", "30", "http://localhost:9427/snapshots/com/github/my/snapshot/test/snapshottest/1.0-SNAPSHOT/maven-metadata.xml"])
1113
codeql.database.create(
1214
extractor_option="buildless=true",
1315
_env={"CODEQL_EXTRACTOR_JAVA_OPTION_BUILDLESS_CLASSPATH_FROM_BUILD_FILES": "true"},

0 commit comments

Comments
 (0)