Python tests: explicitly specify --lang2 for python2 tests

This allows them to work with the `LegacyQltLanguage.PYTHON3` extraction recipe.
This commit is contained in:
Henning Makholm
2019-12-06 02:40:06 +01:00
parent baacc6f66b
commit 073563a19b
5 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
semmle-extractor-options: --max-import-depth=3
semmle-extractor-options: --lang=2 --max-import-depth=3

View File

@@ -1 +1,2 @@
automatic_locations: true
automatic_locations: true
semmle-extractor-options: --lang=2

View File

@@ -1,2 +1,2 @@
semmle-extractor-options: --max-import-depth=3
semmle-extractor-options: --lang=2 --max-import-depth=3
optimize: true

View File

@@ -1 +1 @@
semmle-extractor-options: --max-import-depth=2
semmle-extractor-options: --lang=2 --max-import-depth=2

View File

@@ -1,2 +1,2 @@
automatic_locations: true
semmle-extractor-options: --max-import-depth=1
semmle-extractor-options: --lang=2 --max-import-depth=1