File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ ql/lib/go.dbscheme.stats: ql/lib/go.dbscheme build/stats/src.stamp extractor
113
113
114
114
test : all build/testdb/check-upgrade-path
115
115
codeql test run -j0 ql/test --search-path build/codeql-extractor-go --consistency-queries ql/test/consistency --compilation-cache=$(cache )
116
- # use GOOS=linux because GOOS=darwin GOARCH=386 is no longer supported
116
+ # use GOOS=linux because GOOS=darwin GOARCH=386 is no longer supported
117
117
env GOOS=linux GOARCH=386 codeql$(EXE) test run -j0 ql/test/query-tests/Security/CWE-681 --search-path build/codeql-extractor-go --consistency-queries ql/test/consistency --compilation-cache=$(cache)
118
118
cd extractor; go test -mod=vendor ./... | grep -vF "[no test files]"
119
119
bash extractor-smoke-test/test.sh || (echo "Extractor smoke test FAILED"; exit 1)
You can’t perform that action at this time.
0 commit comments