Skip to content

Commit 3981bb1

Browse files
committed
Indent comment in Makefile better
1 parent 760ba82 commit 3981bb1

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
@@ -113,7 +113,7 @@ ql/lib/go.dbscheme.stats: ql/lib/go.dbscheme build/stats/src.stamp extractor
113113

114114
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)
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
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)
118118
cd extractor; go test -mod=vendor ./... | grep -vF "[no test files]"
119119
bash extractor-smoke-test/test.sh || (echo "Extractor smoke test FAILED"; exit 1)

0 commit comments

Comments
 (0)