We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1e2db commit 37d3793Copy full SHA for 37d3793
go/ql/integration-tests/linux-only/go/dep-sample/test.py
@@ -1,5 +1,7 @@
1
+import os
2
import sys
3
4
from create_database_utils import *
5
6
+os.environ['LGTM_INDEX_IMPORT_PATH'] = "deptest"
7
run_codeql_database_create([], lang="go")
go/ql/integration-tests/linux-only/go/glide-sample/test.py
+os.environ['LGTM_INDEX_IMPORT_PATH'] = "glidetest"
0 commit comments