mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: fix last references to old integration test location
This commit is contained in:
@@ -28,7 +28,6 @@ provide:
|
|||||||
- "misc/suite-helpers/qlpack.yml"
|
- "misc/suite-helpers/qlpack.yml"
|
||||||
- "ruby/extractor-pack/codeql-extractor.yml"
|
- "ruby/extractor-pack/codeql-extractor.yml"
|
||||||
- "swift/extractor-pack/codeql-extractor.yml"
|
- "swift/extractor-pack/codeql-extractor.yml"
|
||||||
- "swift/integration-tests/qlpack.yml"
|
|
||||||
- "ql/extractor-pack/codeql-extractor.yml"
|
- "ql/extractor-pack/codeql-extractor.yml"
|
||||||
- ".github/codeql/extensions/**/codeql-pack.yml"
|
- ".github/codeql/extensions/**/codeql-pack.yml"
|
||||||
|
|
||||||
|
|||||||
@@ -17,5 +17,5 @@ py_test(
|
|||||||
"diagnostics.expected",
|
"diagnostics.expected",
|
||||||
":assert-false",
|
":assert-false",
|
||||||
],
|
],
|
||||||
deps = ["//swift/integration-tests:integration_tests"],
|
deps = ["//swift/ql/integration-tests:utils"],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
py_library(
|
py_library(
|
||||||
name = "integration_tests",
|
name = "utils",
|
||||||
srcs = [
|
srcs = [
|
||||||
"create_database_utils.py",
|
"create_database_utils.py",
|
||||||
"diagnostics_test_utils.py",
|
"diagnostics_test_utils.py",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import swift
|
import swift
|
||||||
|
|
||||||
predicate relevant(Locatable loc) {
|
predicate relevant(Locatable loc) {
|
||||||
loc.getLocation().getFile().getName().matches("%/swift/integration-tests/%/Sources/%")
|
loc.getLocation().getFile().getName().matches("%/swift/ql/integration-tests/%/Sources/%")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user