From 76fb6ebcbb7fe3cb88a7ac64c040cf1965455768 Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Sat, 22 Apr 2017 18:31:12 -0700 Subject: [PATCH] scripts: remove testify hack in updatedep --- scripts/updatedep.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/updatedep.sh b/scripts/updatedep.sh index 08bbef683..a76e626ca 100755 --- a/scripts/updatedep.sh +++ b/scripts/updatedep.sh @@ -57,18 +57,9 @@ else glide update --strip-vendor fi; -# TODO: workaround to keep 'github.com/stretchr/testify/assert' in v2 tests -# TODO: remove this after dropping v2 -echo "copying github.com/stretchr/testify/assert" -cp -rf vendor/github.com/stretchr/testify/assert ./temp-assert - echo "removing test files" glide vc --only-code --no-tests -# TODO: remove this after dropping v2 -mkdir -p vendor/github.com/stretchr/testify -mv ./temp-assert vendor/github.com/stretchr/testify/assert - mv vendor cmd/ echo "recreating symlink to etcd"