Fix test script

This commit is contained in:
Daniel 2020-08-14 11:23:46 +02:00
parent f1e587f1d3
commit 05f57262e9

2
test
View file

@ -153,7 +153,7 @@ if [[ "$1" == "" ]]; then
packages=$(go list ./...)
else
# single package testing
packages=$(go list)/$1
packages=$(go list -e)/$1
if [[ ! -d "$GOPATH/src/$packages" ]]; then
echo "go package $packages does not exist"
help