Skip to content

Commit 8d962ef

Browse files
authored
Fix test command
1 parent bca01ae commit 8d962ef

File tree

1 file changed

+1
-1
lines changed
  • go/ql/integration-tests/package-exclusion-fix

1 file changed

+1
-1
lines changed

go/ql/integration-tests/package-exclusion-fix/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
def test(codeql, go):
1818
# Extract only mainmodule packages to reproduce the bug scenario
1919
# Without the fix, configmodule won't be in wantedRoots and will be excluded
20-
codeql.database.create(command=["go", "list", "./mainmodule/..."], source_root="src")
20+
codeql.database.create(source_root="src", command="go build ./mainmodule/...")

0 commit comments

Comments
 (0)