Adjust integration test to opt into cshtml extraction

This commit is contained in:
Tamas Vajk
2023-08-18 11:15:05 +02:00
parent 84a78e7a8d
commit 62666915b4

View File

@@ -1,3 +1,6 @@
import os
from create_database_utils import *
os.environ['CODEQL_EXTRACTOR_CSHARP_STANDALONE_EXTRACT_WEB_VIEWS'] = 'true'
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])