mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
Create problematic additional file in integration test
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
from create_database_utils import *
|
||||
|
||||
path = b'\xd2abcd.cs'
|
||||
|
||||
with open(path, 'w') as file:
|
||||
file.write('class X { }\n')
|
||||
|
||||
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
|
||||
|
||||
Reference in New Issue
Block a user