mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Set LGTM_INDEX_IMPORT_PATH in two tests
This is needed for Dep and Glide
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
from create_database_utils import *
|
||||
|
||||
os.environ['LGTM_INDEX_IMPORT_PATH'] = "deptest"
|
||||
run_codeql_database_create([], lang="go")
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
from create_database_utils import *
|
||||
|
||||
os.environ['LGTM_INDEX_IMPORT_PATH'] = "glidetest"
|
||||
run_codeql_database_create([], lang="go")
|
||||
|
||||
Reference in New Issue
Block a user