Merge pull request #5073 from tianon/update-release-bundles

Update RELEASE_BUNDLES to include integration tests
Upstream-commit: 2204a27df08ffaa4ef3ca9ec158527d4a34440a7
Component: engine
This commit is contained in:
Tianon Gravi
2014-04-08 13:05:00 -06:00
+6 -2
View File
@@ -53,9 +53,13 @@ RELEASE_BUNDLES=(
)
if [ "$1" != '--release-regardless-of-test-failure' ]; then
RELEASE_BUNDLES=( test "${RELEASE_BUNDLES[@]}" )
RELEASE_BUNDLES=(
test test-integration
"${RELEASE_BUNDLES[@]}"
test-integration-cli
)
fi
VERSION=$(cat VERSION)
BUCKET=$AWS_S3_BUCKET