Skip to content

Commit 77c8357

Browse files
committed
Do not obscure exit code with call to grep
The output is a bit more verbose, but this is hard to avoid
1 parent 3981bb1 commit 77c8357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ test: all build/testdb/check-upgrade-path
115115
codeql test run -j0 ql/test --search-path build/codeql-extractor-go --consistency-queries ql/test/consistency --compilation-cache=$(cache)
116116
# use GOOS=linux because GOOS=darwin GOARCH=386 is no longer supported
117117
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 ./...
119119
bash extractor-smoke-test/test.sh || (echo "Extractor smoke test FAILED"; exit 1)
120120

121121
.PHONY: build/testdb/check-upgrade-path

0 commit comments

Comments
 (0)