Skip to content

Commit cf06d87

Browse files
owen-mcallsmog
authored andcommitted
Fix test command
1 parent 27af805 commit cf06d87

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)