Skip to content

Commit

Permalink
Fix the packages to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylelemons committed Apr 20, 2012
1 parent 6ef96e3 commit da0c34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ done
popd >/dev/null

echo "Testing packages..."
PACKAGES=$(find ./* -type d | grep -v "ae" | grep -v "examples$")
PACKAGES=$(find . -name "*.go" -exec dirname {} \; | sort | uniq | egrep -v "^\.$|ae")
go test -i ${PACKAGES}
go test ${PACKAGES}

Expand Down

0 comments on commit da0c34f

Please sign in to comment.