remove commented last version url

This commit is contained in:
Bryan Thornbury 2016-07-13 12:11:23 -07:00
parent 9e20cd2669
commit 5150f7c89b

View file

@ -213,10 +213,6 @@ install_bats() {
} }
run_package_integrity_tests() { run_package_integrity_tests() {
# Set LAST_VERSION_URL to enable upgrade tests
# Temporarily disable last version until we have one with shared fx
# export LAST_VERSION_URL="$PREVIOUS_VERSION_URL"
$TEST_STAGE_DIR/bin/bats $PACKAGE_OUTPUT_DIR/test_package.bats $TEST_STAGE_DIR/bin/bats $PACKAGE_OUTPUT_DIR/test_package.bats
} }