mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
We no longer need the platform-specific directories, so simplify the test organization. If you want to retain the `linux` directory for two tests, or not do this at all, just skip merging this PR. It's purely optional.
7 lines
147 B
Python
7 lines
147 B
Python
import os
|
|
|
|
|
|
def test(codeql, go):
|
|
os.environ["CODEQL_EXTRACTOR_GO_EXTRACT_VENDOR_DIRS"] = "true"
|
|
codeql.database.create(source_root="src")
|