Skip to content

Commit 888f47c

Browse files
committed
Remove cil=false extractor option from integration tests
1 parent 70b6ae6 commit 888f47c

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from create_database_utils import *
22

3-
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=cil=false"])
3+
run_codeql_database_create([], lang="csharp")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from create_database_utils import *
22

3-
run_codeql_database_create(['dotnet build'], lang="csharp", extra_args=["--extractor-option=cil=false"])
3+
run_codeql_database_create(['dotnet build'], lang="csharp")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import os
22
from create_database_utils import *
33

4-
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
4+
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true"])

csharp/ql/integration-tests/all-platforms/cshtml_standalone_disabled/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from create_database_utils import *
33

44
os.environ['CODEQL_EXTRACTOR_CSHARP_STANDALONE_EXTRACT_WEB_VIEWS'] = 'false'
5-
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
5+
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true"])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import os
22
from create_database_utils import *
33

4-
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
4+
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true"])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import os
22
from create_database_utils import *
33

4-
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
4+
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true"])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from create_database_utils import *
22

3-
run_codeql_database_create(['dotnet build'], lang="csharp", extra_args=["--extractor-option=cil=false"])
3+
run_codeql_database_create(['dotnet build'], lang="csharp")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from create_database_utils import *
22

3-
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
3+
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=buildless=true"])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from create_database_utils import *
22

3-
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
3+
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=buildless=true"])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from create_database_utils import *
22

3-
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=cil=false"])
3+
run_codeql_database_create([], lang="csharp")

0 commit comments

Comments
 (0)