mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Support CODEQL_PATH_TRANSFORMER env var in python path renamer
The new name is required by overlay support.
This commit is contained in:
@@ -19,7 +19,7 @@ class ProjectLayoutUseTest(ExtractorTest):
|
||||
|
||||
def test_invalid_layout(self):
|
||||
try:
|
||||
with environment("SEMMLE_PATH_TRANSFORMER", "nonsuch/project-layout"):
|
||||
with environment("CODEQL_PATH_TRANSFORMER", "nonsuch/project-layout"):
|
||||
self.run_extractor("-R", self.src_path)
|
||||
except subprocess.CalledProcessError as ex:
|
||||
self.assertEqual(ex.returncode, 2)
|
||||
|
||||
Reference in New Issue
Block a user