Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 073563a

Browse files
author
Henning Makholm
committed
Python tests: explicitly specify --lang2 for python2 tests
This allows them to work with the `LegacyQltLanguage.PYTHON3` extraction recipe.
1 parent baacc6f commit 073563a

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --max-import-depth=3
1+
semmle-extractor-options: --lang=2 --max-import-depth=3
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
automatic_locations: true
1+
automatic_locations: true
2+
semmle-extractor-options: --lang=2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
semmle-extractor-options: --max-import-depth=3
1+
semmle-extractor-options: --lang=2 --max-import-depth=3
22
optimize: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --max-import-depth=2
1+
semmle-extractor-options: --lang=2 --max-import-depth=2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
automatic_locations: true
2-
semmle-extractor-options: --max-import-depth=1
2+
semmle-extractor-options: --lang=2 --max-import-depth=1

0 commit comments

Comments
 (0)