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 @@ -115,7 +115,7 @@ 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
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
- cd extractor; go test -mod=vendor ./... | grep -vF "[no test files]"
118
+ cd extractor; go test -mod=vendor ./...
119
119
bash extractor-smoke-test/test.sh || (echo "Extractor smoke test FAILED"; exit 1)
120
120
121
121
.PHONY : build/testdb/check-upgrade-path
You can’t perform that action at this time.
0 commit comments