mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Fix test script
This commit is contained in:
parent
f1e587f1d3
commit
05f57262e9
1 changed files with 1 additions and 1 deletions
2
test
2
test
|
@ -153,7 +153,7 @@ if [[ "$1" == "" ]]; then
|
||||||
packages=$(go list ./...)
|
packages=$(go list ./...)
|
||||||
else
|
else
|
||||||
# single package testing
|
# single package testing
|
||||||
packages=$(go list)/$1
|
packages=$(go list -e)/$1
|
||||||
if [[ ! -d "$GOPATH/src/$packages" ]]; then
|
if [[ ! -d "$GOPATH/src/$packages" ]]; then
|
||||||
echo "go package $packages does not exist"
|
echo "go package $packages does not exist"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue