mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
* fixed 5.0.0 as bazel version * made dependencies better loadable * moved `//swift/install` to `//swift:create-extractor-pack` (following the clearer ruby naming) * renamed `extractor_pack` to `extractor-pack` for consistency with Ruby
4 lines
100 B
Python
4 lines
100 B
Python
import os
|
|
|
|
os.execl("{codeql_cli_path}", "test", "run", "--check-databases", "--", *{test_sources})
|