test: remove old packages

This commit is contained in:
Gyu-Ho Lee 2017-02-15 11:05:45 -08:00
parent caf85a1039
commit dacdd99fa6
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ if ! [[ "$0" =~ "scripts/tests.sh" ]]; then
echo "must be run from repository root"
exit 255
fi
gofmt -l -s -d *.go
TESTS="./analyze ./pkg/fileinspect ./pkg/netutil ./pkg/ntp ./pkg/report ./pkg/types"
gofmt -l -s -d *.go
TESTS="./analyze ./pkg/fileinspect ./pkg/ntp"
echo "Checking gofmt..."
fmtRes=$(gofmt -l -s -d $TESTS)