Skip to content

Commit 7ebe472

Browse files
committed
Move repo files into subfolder
This is so that the test-db doesn't get moved when all the repo files are moved, which was causing some problems.
1 parent 37d3793 commit 7ebe472

File tree

24 files changed

+4
-4
lines changed

24 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
htmlFiles
22
extractionErrors
33
#select
4-
| test.go:0:0:0:0 | test.go |
4+
| work/test.go:0:0:0:0 | work/test.go |

go/ql/integration-tests/linux-only/go/dep-sample/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from create_database_utils import *
55

66
os.environ['LGTM_INDEX_IMPORT_PATH'] = "deptest"
7-
run_codeql_database_create([], lang="go")
7+
run_codeql_database_create([], lang="go", source="work")

0 commit comments

Comments
 (0)