mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +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 ./...)
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue