Skip to content

Commit

Permalink
Only test testable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kylelemons committed Apr 20, 2012
1 parent da0c34f commit 3e6fff2
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 . -name "*.go" -exec dirname {} \; | sort | uniq | egrep -v "^\.$|ae")
PACKAGES=$(find . -name "*_test.go" -exec dirname {} \; | sort | uniq)
go test -i ${PACKAGES}
go test ${PACKAGES}

Expand Down

0 comments on commit 3e6fff2

Please sign in to comment.