test: fix "license-bill-of-materials" command

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
release-3.4
Gyuho Lee 2018-08-28 20:53:28 -07:00
parent e8b940f268
commit 02b94fcc0d
1 changed files with 1 additions and 1 deletions

2
test
View File

@ -648,7 +648,7 @@ function bom_pass {
echo "Checking bill of materials..."
license-bill-of-materials \
--override-file bill-of-materials.override.json \
github.com/coreos/etcd github.com/coreos/etcd/etcdctl >bom-now.json || true
go.etcd.io/etcd go.etcd.io/etcd/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