Skip to content

Commit

Permalink
test: update pkg paths for BOM
Browse files Browse the repository at this point in the history
the BOM test needs to the new paths /v3 path element
  • Loading branch information
philips committed Apr 27, 2020
1 parent 4f43ea9 commit 88da7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ function bom_pass {
echo "Checking bill of materials..."
license-bill-of-materials \
--override-file bill-of-materials.override.json \
go.etcd.io/etcd go.etcd.io/etcd/etcdctl >bom-now.json || true
go.etcd.io/etcd/v3 go.etcd.io/etcd/v3/etcdctl >bom-now.json || true
if ! diff bill-of-materials.json bom-now.json; then
echo "vendored licenses do not match given bill of materials"
exit 255
Expand Down

0 comments on commit 88da7b1

Please sign in to comment.