Remove bindata check from test-all script

This commit is contained in:
Dan Sosedoff 2017-10-24 23:13:22 -05:00
parent c4cdacc2d8
commit 2dcaf4a3a1

View File

@ -15,15 +15,6 @@ export PGPASSWORD=""
export PGDATABASE="booktown"
export PGPORT="15432"
if grep -q 'go/src/github.com/sosedoff/pgweb' ./pkg/data/bindata.go
then
echo "=========================================================="
echo "ERROR: Bindata contains development references to assets!"
echo "Fix with 'make assets' and commit the change."
echo "=========================================================="
exit 1
fi
for i in {1..6}
do
export PGVERSION="9.$i"