mirror of
https://github.com/github/codeql.git
synced 2026-08-02 08:23:01 +02: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.
8 lines
199 B
Python
8 lines
199 B
Python
import os
|
|
|
|
|
|
def test(codeql, go, check_build_environment):
|
|
check_build_environment.source_root = "work"
|
|
os.environ["GITHUB_REPOSITORY"] = "a/b"
|
|
codeql.database.create(source_root="work")
|