Set LGTM_INDEX_IMPORT_PATH in two tests

This is needed for Dep and Glide
This commit is contained in:
Owen Mansel-Chan
2023-02-09 16:55:25 +00:00
parent 1f1e2dbf98
commit 37d3793e87
2 changed files with 4 additions and 0 deletions

View File

@@ -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")

View File

@@ -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")