Skip to content

Commit

Permalink
postgres: fix generate directive
Browse files Browse the repository at this point in the history
The relative path changed with the database consolidation. This should
always work correctly.

Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Mar 8, 2023
1 parent 8abc20e commit 9ac012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/postgres/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package postgres
//
// Splitting it is not allowed.

//go:generate -command mktestdata go run ../../../test/bisect -dump-index "testdata/{{.}}.index.json" -dump-report "testdata/{{.}}.report.json"
//go:generate -command mktestdata go run github.com/quay/claircore/test/bisect -dump-index "testdata/{{.}}.index.json" -dump-report "testdata/{{.}}.report.json"
//go:generate mktestdata docker.io/library/amazonlinux:1 docker.io/library/debian:10 docker.io/library/debian:9 docker.io/library/debian:8 docker.io/mitmproxy/mitmproxy:4.0.1 docker.io/library/ubuntu:16.04 docker.io/library/ubuntu:18.04 docker.io/library/ubuntu:19.10 docker.io/library/ubuntu:20.04 registry.access.redhat.com/ubi8/ubi

0 comments on commit 9ac012d

Please sign in to comment.